summaryrefslogtreecommitdiffstats
path: root/t/t9604-cvsimport-timestamps.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-23Post 2.3 cycle (batch #12)Junio C Hamano1-15/+46
2015-03-23Git 2.3.4v2.3.4Junio C Hamano4-3/+36
2015-03-20Post 2.3 cycle (batch #11)Junio C Hamano1-0/+64
2015-03-18Post 2.3 cyce (batch #10)Junio C Hamano3-300/+321
2015-03-15contrib/completion: escape the forward slash in __git_match_ctagJohn Szakmeister1-1/+1
2015-03-14push: allow --follow-tags to be set by config push.followTagsDave Olszewski4-1/+21
2015-03-14Git 2.3.3v2.3.3Junio C Hamano4-3/+43
2015-03-14*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy37-212/+212
2015-03-13t5551: make EXPENSIVE test cheaperJeff King1-5/+14
2015-03-13t5541: move run_with_cmdline_limit to test-lib.shJeff King2-6/+6
2015-03-13t: pass GIT_TRACE through ApacheJeff King2-0/+2
2015-03-13t: redirect stderr GIT_TRACE to descriptor 4Jeff King1-4/+1
2015-03-13t: translate SIGINT to an exitJeff King1-0/+1
2015-03-13upload-pack: do not check NULL return of lookup_unknown_objectJeff King1-2/+0
2015-03-13upload-pack: fix transfer.hiderefs over smart-httpJeff King2-4/+21
2015-03-12tag: fix some mis-organized options in "-h" listingJeff King1-2/+2
2015-03-11builtin/help.c: fix memory leakStefan Beller1-1/+2
2015-03-11bundle.c: fix memory leakStefan Beller1-6/+5
2015-03-10use isxdigit() for checking if a character is a hexadecimal digitRené Scharfe2-2/+2
2015-03-10connect.c: do not leak "conn" after showing diagnosisStefan Beller1-0/+1
2015-03-10config,completion: add color.status.unmergedMichael J Gruber2-2/+5
2015-03-10t7510: do not fail when gpg warns about insecure memoryKyle J. McKay1-2/+2
2015-03-10t5528: do not fail with FreeBSD shellKyle J. McKay1-2/+2
2015-03-10imap-send: use cURL automatically when NO_OPENSSL definedKyle J. McKay2-3/+17
2015-03-10log: decorate HEAD with branch nameJunio C Hamano3-13/+72
2015-03-10thread-utils.c: detect CPU count on older BSD-like systemsKyle J. McKay1-1/+17
2015-03-10configure: support HAVE_BSD_SYSCTL optionKyle J. McKay4-0/+37
2015-03-10help.c: use SHELL_PATH instead of hard-coded "/bin/sh"Kyle J. McKay1-1/+1
2015-03-10git-compat-util.h: move SHELL_PATH default into headerKyle J. McKay2-4/+4
2015-03-10git-instaweb: use @SHELL_PATH@ instead of /bin/shKyle J. McKay1-1/+1
2015-03-10git-instaweb: allow running in a working tree subdirectoryKyle J. McKay1-0/+1
2015-03-10Post 2.3 cycle (batch #9)Junio C Hamano1-0/+7
2015-03-10config.txt: update versioncmp.prereleaseSuffixNguyễn Thái Ngọc Duy1-2/+7
2015-03-10daemon: deglobalize hostname informationRené Scharfe1-59/+74
2015-03-10daemon: use strbuf for hostname infoRené Scharfe1-57/+41
2015-03-07git: treat "git -C '<path>'" as a no-op when <path> is emptyKarthik Nayak2-4/+16
2015-03-07Post 2.3 cycle (batch #8)Junio C Hamano1-1/+25
2015-03-06Git 2.3.2v2.3.2Junio C Hamano3-2/+14
2015-03-06completion: simplify __git_remotes()SZEDER Gábor1-5/+2
2015-03-06completion: add a test for __git_remotes() helper functionSZEDER Gábor1-0/+19
2015-03-06rebase-interactive: re-word "item count" commentEric Sunshine1-1/+1
2015-03-06rebase-interactive: suppress whitespace preceding item countEric Sunshine2-0/+10
2015-03-06git: make was_alias and done_help non-staticAlexander Kuleshov1-3/+2
2015-03-06branch: name detached HEAD analogous to statusMichael J Gruber2-4/+48
2015-03-06wt-status: refactor detached HEAD analysisMichael J Gruber2-3/+4
2015-03-06sequencer: preserve commit messagesMichael J Gruber2-0/+33
2015-03-06commit/status: show the index-worktree diff with -v -vMichael J Gruber3-0/+35
2015-03-06t7508: test git status -vMichael J Gruber1-2/+12
2015-03-06t7508: .gitignore 'expect' and 'output' filesJunio C Hamano1-65/+13
2015-03-06zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe10-13/+2