summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-11test-lib: user-friendly alternatives to test [-d|-f|-e]Libravatar Matthieu Moy4-12/+51
2010-08-11rebase -i: add exec command to launch a shell commandLibravatar Matthieu Moy4-3/+122
2010-08-11write-tree: Avoid leak when index refers to an invalid objectLibravatar Jonathan Nieder1-1/+3
2010-08-11read-tree: stop leaking tree objectsLibravatar Jonathan Nieder1-1/+6
2010-08-11core: Stop leaking ondisk_cache_entrysLibravatar Jonathan Nieder1-1/+4
2010-08-11diff: strip extra "/" when stripping prefixLibravatar Jakub Narebski2-2/+69
2010-08-11split_cmdline: Allow caller to access error stringLibravatar Greg Brockman4-4/+18
2010-08-11grep: run setup_git_directory_gently() soonerLibravatar Nguyễn Thái Ngọc Duy3-5/+16
2010-08-11shortlog: run setup_git_directory_gently() soonerLibravatar Nguyễn Thái Ngọc Duy3-3/+11
2010-08-11git wrapper: allow setup_git_directory_gently() be called earlierLibravatar Nguyễn Thái Ngọc Duy1-4/+9
2010-08-11setup: remember whether repository was foundLibravatar Nguyễn Thái Ngọc Duy2-1/+12
2010-08-11git wrapper: introduce startup_info structLibravatar Nguyễn Thái Ngọc Duy3-0/+9
2010-08-09Merge branch 'maint'Libravatar Junio C Hamano17-41/+123
2010-08-09gitweb: clarify search results page when no matching commit foundLibravatar Jonathan Nieder1-4/+5
2010-08-09builtin/checkout: handle -B from detached HEAD correctlyLibravatar Tay Ray Chuan2-1/+7
2010-08-09Documentation: add a FILES section for show-refLibravatar Jonathan Nieder1-1/+7
2010-08-09unpack-trees: mark new entries skip-worktree appropriatelyLibravatar Nguyễn Thái Ngọc Duy2-1/+3
2010-08-09unpack-trees: do not check for conflict entries too earlyLibravatar Nguyễn Thái Ngọc Duy1-4/+1
2010-08-09unpack-trees: let read-tree -u remove index entries outside sparse areaLibravatar Nguyễn Thái Ngọc Duy3-13/+30
2010-08-09unpack-trees: only clear CE_UPDATE|CE_REMOVE when skip-worktree is always setLibravatar Nguyễn Thái Ngọc Duy2-14/+24
2010-08-09Makefile: add missing dependency on http.hLibravatar Jonathan Nieder1-1/+1
2010-08-09Makefile: add missing dependencies on url.hLibravatar Jonathan Nieder1-0/+1
2010-08-09Documentation/git-log: Clarify --full-diffLibravatar Michael J Gruber1-0/+3
2010-08-09git-rebase: fix typo when parsing --force-rebaseLibravatar Willy Tarreau1-1/+1
2010-08-09imap-send: Fix sprintf usageLibravatar Ævar Arnfjörð Bjarmason1-4/+8
2010-08-09prune: allow --dry-run for -n and --verbose for -vLibravatar René Scharfe2-3/+4
2010-08-09notes: allow --dry-run for -n and --verbose for -vLibravatar René Scharfe2-2/+5
2010-08-09Merge branch 'webrick' of git://git.bogomips.org/git-svnLibravatar Junio C Hamano1-25/+45
2010-08-09Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -CLibravatar Matthieu Moy2-6/+31
2010-08-09Documentation: cite git-am from git-applyLibravatar Brad King1-0/+10
2010-08-09t7003: fix subdirectory-filter testLibravatar Thomas Rast1-1/+2
2010-08-09Add tests for the diff.ignoreSubmodules config optionLibravatar Jens Lehmann2-3/+19
2010-08-09Add the 'diff.ignoreSubmodules' config settingLibravatar Johannes Schindelin3-2/+15
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusLibravatar Jens Lehmann13-10/+209
2010-08-09Submodules: Add the new "ignore" config option for diff and statusLibravatar Jens Lehmann11-20/+297
2010-08-06smart-http: Don't deadlock on server failureLibravatar Shawn O. Pearce1-2/+3
2010-08-06Allow "check-ref-format --branch" from subdirectoryLibravatar Jonathan Nieder2-0/+19
2010-08-06check-ref-format: handle subcommands in separate functionsLibravatar Jonathan Nieder1-17/+25
2010-08-06log: parse separate option for --globLibravatar Matthieu Moy2-2/+11
2010-08-06log: parse separate options like git log --grep fooLibravatar Matthieu Moy2-28/+53
2010-08-06diff: parse separate options --stat-width n, --stat-name-width nLibravatar Matthieu Moy1-5/+23
2010-08-06diff: split off a function for --stat-* option parsingLibravatar Jonathan Nieder1-27/+35
2010-08-06diff: parse separate options like -S fooLibravatar Matthieu Moy5-23/+95
2010-08-06Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano1-0/+2
2010-08-05pretty-options.txt: match --format's documentation with implementation.Libravatar Matthieu Moy1-1/+1
2010-08-05instaweb: add access+error logging for WEBrickLibravatar Eric Wong1-0/+6
2010-08-05instaweb: minimize moving parts for WEBrickLibravatar Eric Wong1-28/+17
2010-08-05instaweb: fix WEBrick server supportLibravatar Eric Wong1-2/+27
2010-08-05git svn: URL-decode left-hand side of svn refspecLibravatar Steven Walter1-0/+2
2010-08-04config: add --local optionLibravatar Sverre Rabbelier1-2/+5