summaryrefslogtreecommitdiffstats
path: root/name-hash.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-04MSVC: allow using ExtUtils::MakeMakerMarat Radchenko1-1/+0
2014-04-03Update draft release notes to 2.0Junio C Hamano1-0/+25
2014-04-03Start preparing for 1.9.1Junio C Hamano2-1/+39
2014-04-02Revert part of 384364b (Start preparing for Git 2.0, 2014-03-07)Junio C Hamano1-5/+0
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano4-109/+26
2014-04-02update-ref: fail create operation over stdin if ref already existsAman Gupta2-0/+12
2014-04-01t4212: loosen far-in-future test for AIXJeff King1-4/+2
2014-04-01date: recognize bogus FreeBSD gmtime outputJeff King4-0/+45
2014-04-01rev-parse: fix typo in example on manpageRené Scharfe1-1/+1
2014-04-01Revert "Merge branch 'wt/doc-submodule-name-path-confusion-2'"Junio C Hamano1-1/+1
2014-04-01Update draft release notes to 2.0Junio C Hamano1-0/+13
2014-04-01code and test: fix misuses of "nor"Justin Lebar12-16/+16
2014-04-01comments: fix misuses of "nor"Justin Lebar20-27/+26
2014-04-01contrib: fix misuses of "nor"Justin Lebar2-3/+3
2014-04-01Documentation: fix misuses of "nor"Justin Lebar25-44/+43
2014-03-31parse-options: remove unused OPT_SET_PTRMarat Radchenko5-19/+4
2014-03-31parse-options: add cast to correct pointer type to OPT_SET_PTRJunio C Hamano2-2/+2
2014-03-31MSVC: fix t0040-parse-options crashMarat Radchenko1-1/+1
2014-03-31tests: don't rely on strerror text when testing rmdir failureCharles Bailey2-4/+2
2014-03-31dir.c: make git_fnmatch() not inlineCharles Bailey1-3/+3
2014-03-31diff-no-index: correctly diagnose error return from diff_opt_parse()Junio C Hamano1-1/+1
2014-03-31environment.c: fix constness for odb_pack_keep()Nguyễn Thái Ngọc Duy2-2/+2
2014-03-31gc --aggressive: make --depth configurableNguyễn Thái Ngọc Duy3-1/+15
2014-03-28Update draft release notes to 2.0Junio C Hamano1-0/+27
2014-03-28MSVC: link in invalidcontinue.obj for better POSIX compatibilityMarat Radchenko1-1/+1
2014-03-27doc: submodule.*.branch config is keyed by nameW. Trevor King1-1/+1
2014-03-27doc: submodule.* config are keyed by submodule namesW. Trevor King1-1/+1
2014-03-27MSVC: allow linking with the cURL libraryMarat Radchenko2-1/+2
2014-03-26fetch: handle overlaping refspecs on --pruneCarlos Martín Nieto2-7/+45
2014-03-26status: disable translation when --porcelain is usedMatthieu Moy2-5/+9
2014-03-25log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy5-5/+66
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy11-7/+24
2014-03-25git-am.sh: use the $(...) construct for command substitutionElia Pinto1-15/+15
2014-03-25check-builtins.sh: use the $(...) construct for command substitutionElia Pinto1-2/+2
2014-03-25remote-hg: do not fail on invalid bookmarksMax Horn2-1/+77
2014-03-25Update draft release notes to 2.0Junio C Hamano1-0/+29
2014-03-24pickaxe: simplify kwset loop in contains()René Scharfe1-5/+2
2014-03-24pickaxe: call strlen only when necessary in diffcore_pickaxe_count()René Scharfe1-2/+1
2014-03-24pickaxe: move pickaxe() after pickaxe_match()René Scharfe1-41/+38
2014-03-24pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diff...René Scharfe1-37/+7
2014-03-24pickaxe: honor -i when used with -S and --pickaxe-regexRené Scharfe2-1/+9
2014-03-24t4209: use helper functions to test --authorRené Scharfe1-9/+4
2014-03-24t4209: use helper functions to test --grepRené Scharfe1-14/+4
2014-03-24t4209: factor out helper function test_log_icase()René Scharfe1-12/+14
2014-03-24t4209: factor out helper function test_log()René Scharfe1-58/+42
2014-03-24branch.c: install_branch_config: simplify if chainAdam1-23/+23
2014-03-24t4209: set up expectations up frontRené Scharfe1-39/+25
2014-03-24parse-options: make sure argh string does not have SP or _Junio C Hamano1-0/+3
2014-03-24update-index: teach --cacheinfo a new syntax "mode,sha1,path"Junio C Hamano3-5/+50
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano13-24/+24