summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* push: use same rules as git-rev-parse to resolve refspecsSteffen Prohaska2007-11-183-6/+15
* add refname_match()Steffen Prohaska2007-11-183-12/+29
* push: support pushing HEAD to real branch nameSteffen Prohaska2007-11-182-0/+26
* Update draft release notes for 1.5.4Junio C Hamano2007-11-181-1/+12
* Merge branch 'lt/rev-list-gitlink'Junio C Hamano2007-11-184-3/+59
|\
| * Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-144-3/+59
* | Merge branch 'ds/checkout-upper'Junio C Hamano2007-11-182-3/+85
|\ \
| * | git-checkout: Test for relative path use.David Symonds2007-11-111-0/+82
| * | git-checkout: Support relative paths containing "..".David Symonds2007-11-111-3/+3
* | | Merge branch 'sh/p4'Junio C Hamano2007-11-181-2/+13
|\ \ \
| * | | git-p4: Fix direct import from perforce after fetching changes through git fr...Simon Hausmann2007-11-161-2/+13
* | | | Merge branch 'lt/rev-list-interactive'Junio C Hamano2007-11-187-176/+286
|\ \ \ \
| * | | | Fix parent rewriting in --early-outputLinus Torvalds2007-11-145-22/+22
| * | | | revision walker: mini clean-upLinus Torvalds2007-11-055-26/+35
| * | | | Enhance --early-output formatLinus Torvalds2007-11-053-40/+119
| * | | | Add "--early-output" log flag for interactive GUI useLinus Torvalds2007-11-043-0/+93
| * | | | Simplify topo-sort logicLinus Torvalds2007-11-044-126/+55
* | | | | Merge branch 'ph/diffopts'Junio C Hamano2007-11-1821-257/+297
|\ \ \ \ \
| * | | | | Reorder diff_opt_parse options more logically per topics.Pierre Habouzit2007-11-111-53/+63
| * | | | | Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-1115-149/+155
| * | | | | Use OPT_BIT in builtin-pack-refsPierre Habouzit2007-11-111-9/+3
| * | | | | Use OPT_BIT in builtin-for-each-refPierre Habouzit2007-11-111-9/+10
| * | | | | Use OPT_SET_INT and OPT_BIT in builtin-branchPierre Habouzit2007-11-111-28/+16
| * | | | | parse-options new features.Pierre Habouzit2007-11-113-18/+59
| | |_|/ / | |/| | |
* | | | | Draft release notes: fix clean.requireForce descriptionJunio C Hamano2007-11-181-4/+4
* | | | | Merge branch 'maint' to synchronize with 1.5.3.6Junio C Hamano2007-11-183-12/+9
|\ \ \ \ \
| * | | | | GIT 1.5.3.6v1.5.3.6Junio C Hamano2007-11-182-10/+6
| * | | | | grep -An -Bm: fix invocation of external grep commandJunio C Hamano2007-11-171-3/+3
* | | | | | Use compat mkdtemp() on Solaris boxesGuido Ostkamp2007-11-181-2/+1
* | | | | | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-1723-322/+540
|\ \ \ \ \ \
| * | | | | | git-quiltimport.sh fix --patches handlingAndy Whitcroft2007-11-121-1/+1
| * | | | | | git-am: -i does not take a string parameter.Junio C Hamano2007-11-081-1/+1
| * | | | | | sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit2007-11-082-6/+9
| * | | | | | git-sh-setup: fix parseopt `eval` string underquotingJunio C Hamano2007-11-071-5/+6
| * | | | | | Give git-am back the ability to add Signed-off-by lines.Johannes Sixt2007-11-061-1/+1
| * | | | | | git-rev-parse --parseoptJunio C Hamano2007-11-062-3/+3
| * | | | | | scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-0611-0/+11
| * | | | | | Migrate git-repack.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-5/+19
| * | | | | | Migrate git-quiltimport.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-23/+16
| * | | | | | Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdashPierre Habouzit2007-11-051-50/+49
| * | | | | | Migrate git-instaweb.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-44/+30
| * | | | | | Migrate git-merge.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-72/+54
| * | | | | | Migrate git-am.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-45/+49
| * | | | | | Migrate git-clone to use git-rev-parse --parseoptPierre Habouzit2007-11-051-45/+56
| * | | | | | Migrate git-clean.sh to use git-rev-parse --parseopt.Pierre Habouzit2007-11-051-18/+21
| * | | | | | Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit2007-11-051-18/+30
| * | | | | | Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Pierre Habouzit2007-11-052-2/+200
* | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2007-11-173-21/+184
|\ \ \ \ \ \ \
| * | | | | | | git-svn: Fix a typo and add a comma in an error message in git-svnDavid Reiss2007-11-171-1/+1
| * | | | | | | git-svn log: handle unreachable revisions like "svn log"David D Kilzer2007-11-172-19/+110