summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Move code interpreting path relative to exec-dir to new function system_path()Libravatar Steffen Prohaska4-22/+15
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer80-101/+102
2008-07-13Add some useful functions for strbuf manipulation.Libravatar Lukas Sandström2-0/+76
2008-07-13Make some strbuf_*() struct strbuf arguments const.Libravatar Lukas Sandström2-4/+4
2008-07-13reduce_heads(): thinkofixLibravatar Sverre Hvammen Johansen2-1/+12
2008-07-13Add a new test for git-merge-resolveLibravatar Miklos Vajna1-0/+46
2008-07-13t6021: add a new test for git-merge-resolveLibravatar Miklos Vajna1-0/+4
2008-07-13Fix quadratic performance in rewrite_one.Libravatar Alexander N. Gavrilov1-6/+24
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer58-233/+247
2008-07-13t/test-lib.sh: exit with small negagive int is ok with test_must_failLibravatar Stephan Beyer1-1/+1
2008-07-13git-am: Do not exit silently if committer is unsetLibravatar Stephan Beyer1-1/+2
2008-07-13bash completion: Improve responsiveness of git-log completionLibravatar Shawn O. Pearce1-12/+16
2008-07-13Move MERGE_RR from .git/rr-cache/ into .git/Libravatar Johannes Schindelin3-5/+5
2008-07-12t0004: fix timing bugLibravatar Junio C Hamano1-9/+10
2008-07-11Add pretty format %aN which gives the author name, respecting .mailmapLibravatar Johannes Schindelin2-2/+27
2008-07-11We need to check for msys as well as Windows in add--interactive.Libravatar Mike Pape1-1/+1
2008-07-11Convert CR/LF to LF in tag signaturesLibravatar Johannes Schindelin1-0/+10
2008-07-11Fixed text file auto-detection: treat EOF character 032 at the end of file as...Libravatar Dmitry Kakurin1-0/+4
2008-07-11make remove-dashes: apply to scripts and programs as well, not just to builtinsLibravatar Miklos Vajna2-10/+10
2008-07-11git-bisect: use dash-less form on git bisect logLibravatar Miklos Vajna1-4/+8
2008-07-11t1007-hash-object.sh: use quotes for the test descriptionLibravatar Miklos Vajna1-1/+1
2008-07-11t0001-init.sh: change confusing directory nameLibravatar Miklos Vajna1-3/+3
2008-07-11git-mailinfo: document the -n optionLibravatar Lukas Sandström2-2/+5
2008-07-11Fix backwards-incompatible handling of core.sharedRepositoryLibravatar Petr Baudis2-1/+24
2008-07-10Teach merge.log to "git-merge" againLibravatar Junio C Hamano2-0/+9
2008-07-10rerere: Separate libgit and builtin functionsLibravatar Stephan Beyer6-355/+390
2008-07-10builtin-rerere: more carefully find conflict markersLibravatar Olivier Marin2-9/+33
2008-07-09apply: fix copy/rename breakageLibravatar Junio C Hamano2-3/+27
2008-07-09Merge branch 'jk/pager-config'Libravatar Junio C Hamano1-4/+47
2008-07-09Merge branch 'js/apply-root'Libravatar Junio C Hamano3-1/+76
2008-07-09Merge branch 'jc/reflog-expire'Libravatar Junio C Hamano1-19/+137
2008-07-09git-send-email: Fix authenticating on some servers when using TLS.Libravatar Robert Shearman1-0/+3
2008-07-09revisions: refactor handle_revision_opt into parse_revision_opt.Libravatar Pierre Habouzit4-23/+23
2008-07-09git-shortlog: migrate to parse-options partially.Libravatar Pierre Habouzit1-58/+77
2008-07-09git-blame: fix lapsusLibravatar Pierre Habouzit1-1/+1
2008-07-09Provide fallback definitions of PRIu32 and PRIx32Libravatar Johannes Sixt1-0/+8
2008-07-09t9100-git-svn-basic.sh: Fix determination of utf-8 localeLibravatar Ramsay Jones1-4/+4
2008-07-09t9113-*.sh: provide user feedback when test skippedLibravatar Ramsay Jones1-1/+7
2008-07-09Merge branch 'sp/maint-pack-memuse'Libravatar Junio C Hamano1-0/+1
2008-07-09Correct pack memory leak causing git gc to try to exceed ulimitLibravatar Shawn O. Pearce1-0/+1
2008-07-09branch --merged/--no-merged: allow specifying arbitrary commitLibravatar Junio C Hamano2-20/+57
2008-07-09branch --contains: default to HEADLibravatar Junio C Hamano1-4/+8
2008-07-09parse-options: add PARSE_OPT_LASTARG_DEFAULT flagLibravatar Pierre Habouzit2-28/+28
2008-07-09Merge branch 'maint'Libravatar Junio C Hamano8-8/+106
2008-07-08Start preparing release notes for 1.5.6.3Libravatar Junio C Hamano2-1/+43
2008-07-08Documentation: update sections on naming revisions and revision rangesLibravatar Junio C Hamano1-5/+15
2008-07-08Tone down warning about GNU Interactive ToolsLibravatar Junio C Hamano1-11/+9
2008-07-08Avoid apache complaining about lack of server's FQDNLibravatar Mike Hommey1-0/+1
2008-07-08Skip t5540-http-push test when USE_CURL_MULTI is undefinedLibravatar Mike Hommey1-0/+7
2008-07-08Fix http-push testLibravatar Mike Hommey2-9/+11