aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | builtin-remote: remove unused code in get_ref_statesJay Soffian2009-02-27
| * | | | | builtin-remote: refactor duplicated cleanup codeJay Soffian2009-02-27
| * | | | | string-list: new for_each_string_list() functionJay Soffian2009-02-27
| * | | | | remote: make match_refs() not short-circuitJay Soffian2009-02-27
| * | | | | remote: make match_refs() copy src ref before assigning to peer_refJay Soffian2009-02-27
| * | | | | remote: let guess_remote_head() optionally return all matchesJay Soffian2009-02-27
| * | | | | remote: make copy_ref() perform a deep copyJay Soffian2009-02-27
| * | | | | remote: simplify guess_remote_head()Jay Soffian2009-02-26
| * | | | | move locate_head() to remote.cJay Soffian2009-02-26
| * | | | | move duplicated ref_newer() to remote.cJay Soffian2009-02-26
| * | | | | move duplicated get_local_heads() to remote.cJay Soffian2009-02-26
| * | | | | refactor find_ref_by_name() to accept const listJeff King2009-02-26
| * | | | | add basic http clone/fetch testsJeff King2009-02-26
| * | | | | test scripts: refactor start_httpd helperJeff King2009-02-26
* | | | | | Merge branch 'tr/maint-1.6.0-send-email-irt'Junio C Hamano2009-03-17
|\ \ \ \ \ \
| * | | | | | send-email: test --no-thread --in-reply-to combinationThomas Rast2009-03-11
| * | | | | | send-email: respect in-reply-to regardless of threadingThomas Rast2009-03-02
* | | | | | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-17
|\ \ \ \ \ \ \
| * | | | | | | Revert "lstat_cache(): print a warning if doing ping-pong between cache types"Kjetil Barvik2009-03-17
| * | | | | | | checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik2009-03-15
| * | | | | | | Makefile: Set compiler switch for USE_NSECBrian Gernhardt2009-03-08
| * | | | | | | Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt2009-03-08
| * | | | | | | Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano2009-03-08
| * | | | | | | Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik2009-03-07
| * | | | | | | write_index(): update index_state->timestamp after flushing to diskKjetil Barvik2009-02-23
| * | | | | | | verify_uptodate(): add ce_uptodate(ce) testKjetil Barvik2009-02-19
| * | | | | | | make USE_NSEC work as expectedKjetil Barvik2009-02-19
| * | | | | | | fix compile error when USE_NSEC is definedKjetil Barvik2009-02-19
| * | | | | | | check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik2009-02-18
| * | | | | | | lstat_cache(): print a warning if doing ping-pong between cache typesKjetil Barvik2009-02-09
| * | | | | | | show_patch_diff(): remove a call to fstat()Kjetil Barvik2009-02-09
| * | | | | | | write_entry(): use fstat() instead of lstat() when file is openKjetil Barvik2009-02-09
| * | | | | | | write_entry(): cleanup of some duplicated codeKjetil Barvik2009-02-09
| * | | | | | | create_directories(): remove some memcpy() and strchr() callsKjetil Barvik2009-02-09
| * | | | | | | unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik2009-02-09
| * | | | | | | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-09
| * | | | | | | lstat_cache(): generalise longest_match_lstat_cache()Kjetil Barvik2009-02-09
| * | | | | | | lstat_cache(): small cleanup and optimisationKjetil Barvik2009-02-09
* | | | | | | | config.txt: Describe special 'none' handling in core.gitProxy.Emil Sit2009-03-17
* | | | | | | | ls-files: require worktree when --deleted is givenJeff King2009-03-17
* | | | | | | | git-branch.txt: document -f correctlyMichael J Gruber2009-03-17
* | | | | | | | pickaxe: count regex matches only onceRené Scharfe2009-03-17
* | | | | | | | git-send-email.txt: describe --compose betterStephen Boyd2009-03-17
* | | | | | | | Tests: use test_cmp instead of diff where possibleMiklos Vajna2009-03-17
* | | | | | | | Documentation: remove extra quoting/emphasis around literal textsChris Johnsen2009-03-17
* | | | | | | | git-push.txt: describe how to default to pushing only current branchChris Johnsen2009-03-17
* | | | | | | | disable post-checkout test on CygwinAlex Riesen2009-03-17
* | | | | | | | MinGW: a hardlink implementationPetr Kodl2009-03-17
* | | | | | | | MinGW: a helper function that translates Win32 API error codesPetr Kodl2009-03-17
* | | | | | | | Fix various dead stores found by the clang static analyzerBenjamin Kramer2009-03-15