summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-10Move code to clean up after a branch change to branch.cDaniel Barkalow
2008-02-10Library function to check for unmerged index entriesDaniel Barkalow
2008-02-10Use diff -u instead of diff in t7201Daniel Barkalow
2008-02-10Move create_branch into a library fileDaniel Barkalow
2008-02-10Build-in merge-recursiveDaniel Barkalow
2008-02-10Add "skip_unmerged" option to unpack_trees.Daniel Barkalow
2008-02-10Discard "deleted" cache entries after using them to update the working treeDaniel Barkalow
2008-02-10Send unpack-trees debugging output to stderrDaniel Barkalow
2008-02-10Add flag to make unpack_trees() not print errors.Daniel Barkalow
2008-02-10Allow callers of unpack_trees() to handle failureDaniel Barkalow
2008-01-23lazy index hashingJunio C Hamano
2008-01-23Create pathname-based hash-table lookup into indexLinus Torvalds
2008-01-23read-cache.c: introduce is_racy_timestamp() helperJunio C Hamano
2008-01-23read-cache.c: fix a couple more CE_REMOVE conversionJunio C Hamano
2008-01-21Also use unpack_trees() in do_diff_cache()Johannes Schindelin
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds
2008-01-21Avoid running lstat(2) on the same cache entry.Junio C Hamano
2008-01-21index: be careful when handling long namesJunio C Hamano
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-21GIT 1.5.4-rc4v1.5.4-rc4Junio C Hamano
2008-01-21Merge git://repo.or.cz/git-guiJunio C Hamano
2008-01-21Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2008-01-20http-push and http-fetch: handle URLs without trailing /Grégoire Barbier
2008-01-20http-push: clarify the reason of error from the initial PROPFIND requestJunio C Hamano
2008-01-20http-push: fail when info/refs exists and is already lockedGrégoire Barbier
2008-01-20http-push: fix webdav lock leak.Grégoire Barbier
2008-01-20parse_commit_buffer: tighten checks while parsingMartin Koegler
2008-01-20Update git-completion for new 'remote rm' optionDan McGee
2008-01-19doc typo: s/prior committing/prior to committing/Jim Meyering
2008-01-18Include rev-list options in git-log manpage.Miklos Vajna
2008-01-18http-push: disable http-push without USE_CURL_MULTIGrégoire Barbier
2008-01-18send-email: add no-validate optionJeff King
2008-01-18send-email: validate patches before sending anythingJeff King
2008-01-18send-email: detect invocation errors earlierJeff King
2008-01-18fast-import: Don't use a maybe-clobbered errno valueJim Meyering
2008-01-18Move sha1_file_to_archive into libgitLars Hjemli
2008-01-18color unchanged lines as "plain" in "diff --color-words"Jeff King
2008-01-18autoconf: Add checking for unsetenv functionJakub Narebski
2008-01-18core-tutorial typofixThomas Zander
2008-01-18Officially deprecate repo-config.Junio C Hamano
2008-01-18Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce
2008-01-18fast-import.c: don't try to commit marks file if write failedBrandon Casey
2008-01-18git-gui: Makefile - Handle $DESTDIR on CygwinMark Levedahl
2008-01-18git-gui: add french glossary: glossary/fr.poChristian Couder
2008-01-16refs.c: rework ref_locks by abstracting from underlying struct lock_fileBrandon Casey
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-16close_lock_file(): new function in the lockfile APIBrandon Casey
2008-01-16Document lockfile APIJunio C Hamano
2008-01-16Be more careful about updating refsLinus Torvalds
2008-01-16Correct spelling in diff.c commentBill Lear