summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-18git-prune: quote possibly empty $dryrun as parameter to testJunio C Hamano
2005-11-18git-am: --binary; document --resume and --binary.Junio C Hamano
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds
2005-11-18Make git-pack-redundant non-horribly slow on large sets of packsLukas Sandström
2005-11-18git-repack: Fix variable nameRalf Baechle
2005-11-18'make clean' forgot about some filesNicolas Pitre
2005-11-18Deal with binary diff output from GNU diff 2.8.7Junio C Hamano
2005-11-17Merge branch 'tojunio' of http://locke.catalyst.net.nz/git/git-martinlanghoffJunio C Hamano
2005-11-17archimport: allow for old style branch and public tag namesMartin Langhoff
2005-11-17Add approxidate test calls.Junio C Hamano
2005-11-17git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds
2005-11-17Disambiguate the term 'branch' in Arch vs gitEric Wong
2005-11-17archimport: don't die on merge-base failureEric Wong
2005-11-17remove shellquote usage for tagsEric Wong
2005-11-17daemon.c: fix arg parsing bugsAndreas Ericsson
2005-11-17tests: binary diff application.Junio C Hamano
2005-11-17diff: --full-indexJunio C Hamano
2005-11-17apply: allow-binary-replacement.Junio C Hamano
2005-11-17git-am: --resolved.Junio C Hamano
2005-11-16git-apply: fail if a patch cannot be applied.Junio C Hamano
2005-11-16git-cvsexportcommit.perl: fix typos in outputKevin Geiss
2005-11-16git-cvsexportcommit.perl: exit with non-0 status if patch fails.Kevin Geiss
2005-11-16git-cvsexportcommit.perl: use getopts to get binary flagsKevin Geiss
2005-11-16git-cvsexportcommit.perl: Fix usage() output.Kevin Geiss
2005-11-16Documentation/git-log.txt: trivial typo fix.Alecs King
2005-11-16symref support for import scriptsPavel Roskin
2005-11-16Disallow empty pattern in "git grep"Linus Torvalds
2005-11-16git wrapper: basic fixes.Junio C Hamano
2005-11-16Give python a chance to find "backported" modulesJohannes Schindelin
2005-11-16Fix tests with new git in CJohannes Schindelin
2005-11-16Fix llist_sorted_difference_inplace in git-pack-redundantLukas Sandström
2005-11-16git --help COMMAND brings up the git-COMMAND man-page.Andreas Ericsson
2005-11-16Update git(7) man-page for the C wrapper.Andreas Ericsson
2005-11-16C implementation of the 'git' program, take two.Andreas Ericsson
2005-11-15sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin
2005-11-15Rework object refs tracking to reduce memory usageSergey Vlasov
2005-11-15git-fsck-objects: Free tree entries after useSergey Vlasov
2005-11-15Fix git(1) link to git-index-packJonas Fonseca
2005-11-15Documentation: do not blindly run 'cat' .git/HEAD, or echo into it.Junio C Hamano
2005-11-15Fix bunch of fd leaks in http-fetchPetr Baudis
2005-11-15git-daemon: --inetd implies --syslogAndreas Ericsson
2005-11-15git-core-foo -> git-foo, except the core packageH. Peter Anvin
2005-11-15Update topo-order test.Junio C Hamano
2005-11-15allow git-update-ref create refs with slashes in namesAlex Riesen
2005-11-15Documentation nitpickingNikolai Weibull
2005-11-15Document a couple of missing command-line options.Nikolai Weibull
2005-11-15Document the -n command-line option to git-unpack-objectsNikolai Weibull
2005-11-15apply: fix binary patch detection.Junio C Hamano