summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Flush progress message buffer in display().Johannes Sixt2007-11-201-0/+3
* autoconf: Add tests for memmem, strtoumax and mkdtemp functionsJakub Narebski2007-11-202-0/+21
* gitweb: Put project README in div.readme, fix its paddingJakub Narebski2007-11-202-1/+7
* gitweb: Style all tables using CSSJakub Narebski2007-11-202-15/+11
* send-email: Don't add To: recipients to the Cc: headerAsk Bjørn Hansen2007-11-201-1/+5
* gitview: import only one of gtksourceview and gtksourceview2Anton Gyllenberg2007-11-191-10/+7
* git-send-email: show all headers when sending mailDavid D. Kilzer2007-11-192-2/+39
* Merge branch 'maint'Junio C Hamano2007-11-193-7/+80
|\
| * Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-11-184-13/+81
| |\
| | * Documentation: Fix references to deprecated commandsJ. Bruce Fields2007-11-182-8/+3
| | * user-manual: mention "..." in "Generating diffs", etc.J. Bruce Fields2007-11-181-4/+11
| | * user-manual: Add section "Why bisecting merge commits can be harder ..."Steffen Prohaska2007-11-181-0/+66
| | * git-remote.txt: fix example urlJ. Bruce Fields2007-11-171-1/+1
* | | Further clarify clean.requireForce changesWincent Colaiuta2007-11-191-2/+3
* | | 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