summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | git-send-email.txt: describe --compose betterStephen Boyd2009-03-171-7/+6
* | Tests: use test_cmp instead of diff where possibleMiklos Vajna2009-03-177-24/+24
* | Documentation: remove extra quoting/emphasis around literal textsChris Johnsen2009-03-177-37/+37
* | git-push.txt: describe how to default to pushing only current branchChris Johnsen2009-03-171-2/+24
* | disable post-checkout test on CygwinAlex Riesen2009-03-171-0/+2
* | MinGW: a hardlink implementationPetr Kodl2009-03-172-2/+22
* | MinGW: a helper function that translates Win32 API error codesPetr Kodl2009-03-171-0/+113
* | Fix various dead stores found by the clang static analyzerBenjamin Kramer2009-03-155-14/+8
* | Sync with GIT 1.6.2.1Junio C Hamano2009-03-153-8/+3
|\ \
| * | GIT 1.6.2.1v1.6.2.1Junio C Hamano2009-03-152-7/+1
* | | test-lib: write test results to test-results/<basename>-<pid>Johannes Schindelin2009-03-141-1/+1
* | | Remove unused assignmentsBenjamin Kramer2009-03-148-10/+4
* | | test-suite: Make test script numbers uniqueJohannes Sixt2009-03-149-0/+0
* | | Merge branch 'maint'Junio C Hamano2009-03-120-0/+0
|\ \ \ | |/ /
| * | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-120-0/+0
| |\ \
| | * \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-124-38/+82
| | |\ \
| | | * \ Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0Junio C Hamano2009-03-1222-10/+229
| | | |\ \
| | | * \ \ Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0Junio C Hamano2009-03-122-36/+73
| | | |\ \ \
| | | * \ \ \ Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0Junio C Hamano2009-03-122-2/+9
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0Junio C Hamano2009-03-122-66/+98
| | | |\ \ \ \ \
| | * | \ \ \ \ \ Merge branch 'en/maint-1.6.1-hash-object' into maint-1.6.1Junio C Hamano2009-03-121-2/+2
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'js/maint-1.6.1-filter-branch-submodule' into maint-1.6.1Junio C Hamano2009-03-121-1/+1
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'gt/maint-1.6.1-utf8-width' into maint-1.6.1Junio C Hamano2009-03-123-5/+27
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'js/maint-1.6.1-remote-remove-mirror' into maint-1.6.1Junio C Hamano2009-03-122-7/+58
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'ek/maint-1.6.1-filter-branch-bare' into maint-1.6.1Junio C Hamano2009-03-122-13/+16
| | |\ \ \ \ \ \ \ \ \ \ \