summaryrefslogtreecommitdiffstats
path: root/sha1_name.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-18t9400, t9401: Do not force hard-linked cloneJohannes Sixt2-3/+3
2009-03-18Update draft release notes to 1.6.3Junio C Hamano1-3/+32
2009-03-18grep: prefer builtin over external one when coloring resultsNguyễn Thái Ngọc Duy1-0/+2
2009-03-18config.txt: Describe special 'none' handling in core.gitProxy.Emil Sit1-0/+5
2009-03-17ls-files: require worktree when --deleted is givenJeff King1-0/+1
2009-03-17git-branch.txt: document -f correctlyMichael J Gruber1-2/+2
2009-03-17pickaxe: count regex matches only onceRené Scharfe1-2/+4
2009-03-17git-send-email.txt: describe --compose betterStephen Boyd1-7/+6
2009-03-17Tests: use test_cmp instead of diff where possibleMiklos Vajna7-24/+24
2009-03-17Documentation: remove extra quoting/emphasis around literal textsChris Johnsen7-37/+37
2009-03-17git-push.txt: describe how to default to pushing only current branchChris Johnsen1-2/+24
2009-03-17disable post-checkout test on CygwinAlex Riesen1-0/+2
2009-03-17Revert "lstat_cache(): print a warning if doing ping-pong between cache types"Kjetil Barvik1-23/+0
2009-03-17MinGW: a hardlink implementationPetr Kodl2-2/+22
2009-03-17MinGW: a helper function that translates Win32 API error codesPetr Kodl1-0/+113
2009-03-16Remove total confusion from git-fetch and git-pushJunio C Hamano1-18/+3
2009-03-16Fix various dead stores found by the clang static analyzerBenjamin Kramer5-14/+8
2009-03-15GIT 1.6.2.1v1.6.2.1Junio C Hamano2-7/+1
2009-03-15checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik2-3/+3
2009-03-14test-lib: write test results to test-results/<basename>-<pid>Johannes Schindelin1-1/+1
2009-03-14Remove unused assignmentsBenjamin Kramer8-10/+4
2009-03-14test-suite: Make test script numbers uniqueJohannes Sixt9-0/+0
2009-03-13read-tree A B C: do not create a bogus index and do not segfaultJunio C Hamano2-3/+34
2009-03-12Documentation: filter-branch: show --ignore-unmatch in main index-filter exampleThomas Rast1-8/+9
2009-03-12contrib/difftool: use a separate config namespace for difftool commandsDavid Aguilar3-23/+32
2009-03-12Update release notes to 1.6.3Junio C Hamano1-1/+18
2009-03-12send-email: test --no-thread --in-reply-to combinationThomas Rast1-0/+11
2009-03-11Update draft release notes for 1.6.2.1Junio C Hamano1-0/+19
2009-03-11test: do not LoadModule log_config_module unconditionallyJohannes Schindelin1-1/+3
2009-03-11winansi: support ESC [ K (erase in line)Johannes Schindelin1-3/+15
2009-03-11recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt4-14/+11
2009-03-11rsync transport: allow local paths, and fix testsJohannes Schindelin2-27/+35
2009-03-11git-instaweb: fix lighttpd configuration on cygwinRamsay Jones1-3/+66
2009-03-11Give error when no remote is configuredDaniel Barkalow3-8/+35
2009-03-11Include log_config module in apache.confDaniel Barkalow1-0/+1
2009-03-11Typo and language fixes for git-checkout.txtMichael J Gruber1-17/+16
2009-03-11connect.c: remove a few globals by using git_config callback dataErik Faye-Lund1-6/+3
2009-03-09parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used togetherRené Scharfe2-1/+5
2009-03-09parseopt: document KEEP_ARGV0, KEEP_UNKNOWN, NO_INTERNAL_HELPRené Scharfe1-0/+27
2009-03-09git-svn: support intermediate paths when matching tags/branchesMichael Lai1-1/+4
2009-03-09grep: cast printf %.*s "precision" argument explicitly to intJunio C Hamano1-2/+2
2009-03-08Makefile: Set compiler switch for USE_NSECBrian Gernhardt1-0/+3
2009-03-08Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt2-0/+12
2009-03-08Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano2-3/+3
2009-03-08archive: use parseopt for local-only optionsRené Scharfe2-81/+40
2009-03-08parseopt: make usage optionalRené Scharfe1-0/+3
2009-03-08parseopt: add PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2-4/+7
2009-03-08parseopt: add PARSE_OPT_KEEP_UNKNOWNRené Scharfe2-3/+10
2009-03-08builtin-remote.c: no "commented out" code, pleaseJunio C Hamano1-1/+0
2009-03-08http.c: use strbuf API in quote_ref_urlTay Ray Chuan1-20/+10