summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | builtin-remote: new show output style for push refspecsJay Soffian2009-02-272-24/+207
| * | | | | builtin-remote: new show output styleJay Soffian2009-02-272-61/+159
| * | | | | remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King2009-02-272-0/+19
| * | | | | builtin-remote: add set-head subcommandJay Soffian2009-02-274-3/+129
| * | | | | builtin-remote: teach show to display remote HEADJay Soffian2009-02-272-7/+59
| * | | | | builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian2009-02-272-6/+11
| * | | | | builtin-remote: make get_remote_ref_states() always populate states.trackedJay Soffian2009-02-271-17/+16
| * | | | | builtin-remote: rename variables and eliminate redundant function callJay Soffian2009-02-271-12/+12
| * | | | | builtin-remote: remove unused code in get_ref_statesJay Soffian2009-02-271-10/+3
| * | | | | builtin-remote: refactor duplicated cleanup codeJay Soffian2009-02-271-8/+9
| * | | | | string-list: new for_each_string_list() functionJay Soffian2009-02-272-0/+15
| * | | | | remote: make match_refs() not short-circuitJay Soffian2009-02-271-2/+4
| * | | | | remote: make match_refs() copy src ref before assigning to peer_refJay Soffian2009-02-271-2/+5
| * | | | | remote: let guess_remote_head() optionally return all matchesJay Soffian2009-02-273-17/+28
| * | | | | remote: make copy_ref() perform a deep copyJay Soffian2009-02-271-5/+13
| * | | | | remote: simplify guess_remote_head()Jay Soffian2009-02-263-32/+16
| * | | | | move locate_head() to remote.cJay Soffian2009-02-263-38/+49
| * | | | | move duplicated ref_newer() to remote.cJay Soffian2009-02-264-99/+50
| * | | | | move duplicated get_local_heads() to remote.cJay Soffian2009-02-264-48/+31
| * | | | | refactor find_ref_by_name() to accept const listJeff King2009-02-262-3/+3
| * | | | | add basic http clone/fetch testsJeff King2009-02-263-0/+48
| * | | | | test scripts: refactor start_httpd helperJeff King2009-02-262-9/+8
* | | | | | Merge branch 'tr/maint-1.6.0-send-email-irt'Junio C Hamano2009-03-172-1/+12
|\ \ \ \ \ \
| * | | | | | send-email: test --no-thread --in-reply-to combinationThomas Rast2009-03-111-0/+11
| * | | | | | send-email: respect in-reply-to regardless of threadingThomas Rast2009-03-021-1/+1
* | | | | | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-1715-170/+296
|\ \ \ \ \ \ \
| * | | | | | | Revert "lstat_cache(): print a warning if doing ping-pong between cache types"Kjetil Barvik2009-03-171-23/+0
| * | | | | | | checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik2009-03-152-3/+3
| * | | | | | | Makefile: Set compiler switch for USE_NSECBrian Gernhardt2009-03-081-0/+3
| * | | | | | | Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt2009-03-082-0/+12
| * | | | | | | Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano2009-03-082-3/+3
| * | | | | | | Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik2009-03-075-30/+22
| * | | | | | | write_index(): update index_state->timestamp after flushing to diskKjetil Barvik2009-02-232-3/+11
| * | | | | | | verify_uptodate(): add ce_uptodate(ce) testKjetil Barvik2009-02-191-1/+1
| * | | | | | | make USE_NSEC work as expectedKjetil Barvik2009-02-193-19/+65
| * | | | | | | fix compile error when USE_NSEC is definedKjetil Barvik2009-02-191-2/+2
| * | | | | | | check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik2009-02-183-3/+22
| * | | | | | | lstat_cache(): print a warning if doing ping-pong between cache typesKjetil Barvik2009-02-091-0/+23
| * | | | | | | show_patch_diff(): remove a call to fstat()Kjetil Barvik2009-02-091-3/+1
| * | | | | | | write_entry(): use fstat() instead of lstat() when file is openKjetil Barvik2009-02-091-3/+9
| * | | | | | | write_entry(): cleanup of some duplicated codeKjetil Barvik2009-02-091-45/+30
| * | | | | | | create_directories(): remove some memcpy() and strchr() callsKjetil Barvik2009-02-091-9/+14
| * | | | | | | unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik2009-02-093-24/+67
| * | | | | | | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-0910-20/+23
| * | | | | | | lstat_cache(): generalise longest_match_lstat_cache()Kjetil Barvik2009-02-091-22/+24
| * | | | | | | lstat_cache(): small cleanup and optimisationKjetil Barvik2009-02-091-20/+24
* | | | | | | | config.txt: Describe special 'none' handling in core.gitProxy.Emil Sit2009-03-171-0/+5
* | | | | | | | ls-files: require worktree when --deleted is givenJeff King2009-03-171-0/+1
* | | | | | | | git-branch.txt: document -f correctlyMichael J Gruber2009-03-171-2/+2
* | | | | | | | pickaxe: count regex matches only onceRené Scharfe2009-03-171-2/+4