summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* t7004-tag: Skip more tests if gpg is not available.Johannes Sixt2008-04-021-7/+8
* verify-tag: Clean up the temporary file if gpg cannot be started.Johannes Sixt2008-04-021-1/+3
* help: Add a missing OPT_END().Christian Couder2008-04-011-0/+1
* Accept git aliases outside a git repositoryJunio C Hamano2008-04-011-1/+2
* diff-files: careful when inspecting work tree itemsJunio C Hamano2008-03-302-9/+14
* diff-index: careful when inspecting work tree itemsJunio C Hamano2008-03-302-15/+56
* Add corner case tests for diff-index and diff-filesJunio C Hamano2008-03-301-0/+140
* Silence cpio's "N blocks" output when cloning locallyBryan Donlan2008-03-301-1/+5
* git-svn: remove redundant slashes from show-ignoreEric Wong2008-03-301-1/+1
* git-p4: Handle Windows EOLs properly after removal of p4 submit template hand...Marius Storm-Olsen2008-03-281-13/+15
* GIT 1.5.5-rc2v1.5.5-rc2Junio C Hamano2008-03-273-8/+3
|\
| * GIT 1.5.4.5v1.5.4.5Junio C Hamano2008-03-272-7/+1
* | builtin-prune: protect objects listed on the command lineJunio C Hamano2008-03-272-3/+14
* | builtin-prune.c: use parse_options()Michele Ballabio2008-03-271-22/+16
* | Add tests for git-pruneMichele Ballabio2008-03-271-0/+34
* | parse-options.c: introduce OPT_DATEMichele Ballabio2008-03-272-0/+11
* | Update draft release notes for 1.5.5Junio C Hamano2008-03-271-1/+4
* | Merge branch 'maint'Junio C Hamano2008-03-274-2/+30
|\ \ | |/
| * Update draft release notes for 1.5.4.5Junio C Hamano2008-03-271-1/+10
| * Merge branch 'jc/maint-fetch-regression-1.5.4' into maintJunio C Hamano2008-03-2770-55/+1067
| |\
| * | Documentation: clarify use of .git{ignore,attributes} versus .git/info/*Jeff King2008-03-272-0/+19
| * | t/t3800-mktag.sh: use test_must_fail rather than '!'Brandon Casey2008-03-261-2/+2
* | | test_must_fail: 129 is a valid error code from usage()Junio C Hamano2008-03-271-1/+1
* | | imap-send: properly error out if imap.host is not set in configGerrit Pape2008-03-261-0/+4
* | | t9600-cvsimport.sh: set HOME before checking for cvsps availabilityFrank Lichtenheld2008-03-261-6/+6
* | | Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor2008-03-268-8/+16
* | | Merge branch 'jc/maint-fetch-regression-1.5.4'Junio C Hamano2008-03-2666-13/+853
|\ \ \ | | |/ | |/|
| * | git-fetch test: test tracking fetch results, not just FETCH_HEADJunio C Hamano2008-03-2665-7/+831
| * | Fix branches file configurationDaniel Barkalow2008-03-261-6/+22
| * | Tighten refspec processingDaniel Barkalow2008-03-265-42/+214
| |/
| * Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.Guanqun Lu2008-03-261-1/+1
* | refspec: allow colon-less wildcard "refs/category/*"Junio C Hamano2008-03-251-7/+11
* | init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin2008-03-252-2/+20
* | Documentation/git-checkout: Update summary to reflect current abilitiesJulian Phillips2008-03-252-4/+7
* | Documentation: git-tag '-m'/'-F' implies '-a'Dirk Süsserott2008-03-241-0/+7
* | builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt2008-03-232-0/+7
* | Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.Guanqun Lu2008-03-231-1/+1
* | RelNotes: mention checkout/branch's --track option, tooJohannes Schindelin2008-03-231-2/+3
* | GIT 1.5.5-rc1v1.5.5-rc1Junio C Hamano2008-03-232-2/+5
* | gc --auto: raise default auto pack limit from 20 to 50Junio C Hamano2008-03-232-2/+2
* | Merge branch 'git-p4' of git://repo.or.cz/git/git-p4Junio C Hamano2008-03-231-9/+14
|\ \
| * | git-p4: Use P4EDITOR environment variable when setShawn Bohrer2008-03-131-1/+4
| * | git-p4: Unset P4DIFF environment variable when using 'p4 -du diff'Shawn Bohrer2008-03-131-0/+2
| * | git-p4: Optimize the fetching of data from perforce.Marius Storm-Olsen2008-03-131-8/+8
* | | remote.c: Fix overtight refspec validationJunio C Hamano2008-03-225-49/+188
* | | fast-import: Document the effect of "merge" with no "from" in a commitEyvind Bernhardsen2008-03-221-3/+8
* | | Make git-svn tests behave better on OS XKevin Ballard2008-03-221-2/+23
* | | Improve description of git filter-branch.Ralf Wildenhues2008-03-221-11/+12
* | | t/t7003-filter-branch.sh: use test_must_fail rather than '!'Brandon Casey2008-03-221-6/+6
* | | Don't try and percent-escape existing percent escapes in git-svn URIsKevin Ballard2008-03-202-1/+32