summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | t4150 (am): futureproof against failing testsJonathan Nieder2010-07-231-1/+47
| * | | | | | | | | | t4150 (am): style fixJonathan Nieder2010-07-232-108/+136
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jn/doc-pull' into maintJunio C Hamano2010-08-201-11/+54
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation: flesh out “git pull” descriptionJonathan Nieder2010-08-021-11/+54
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'bc/use-more-hardlinks-in-install' into maintJunio C Hamano2010-08-201-3/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Makefile: make hard/symbolic links for non-builtins tooBrandon Casey2010-07-251-3/+6
| * | | | | | | | | | Makefile: link builtins residing in bin directory to main git binary tooBrandon Casey2010-07-251-0/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'tr/rfc-reset-doc' into maintJunio C Hamano2010-08-201-169/+178
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation/reset: move "undo permanently" example behind "make topic"Thomas Rast2010-07-191-13/+13
| * | | | | | | | | | Documentation/reset: reorder examples to match descriptionThomas Rast2010-07-191-23/+23
| * | | | | | | | | | Documentation/reset: promote 'examples' one section upThomas Rast2010-07-191-107/+109
| * | | | | | | | | | Documentation/reset: separate options by modeThomas Rast2010-07-191-26/+33
| * | | | | | | | | | Documentation/git-reset: reorder modes for soft-mixed-hard progressionThomas Rast2010-07-191-6/+6
* | | | | | | | | | | xmalloc: include size in the failure messageMatthieu Moy2010-08-201-1/+2
* | | | | | | | | | | Git 1.7.2.2v1.7.2.2Junio C Hamano2010-08-194-3/+26
* | | | | | | | | | | Merge branch 'tr/xsize-bits' into maintJunio C Hamano2010-08-191-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xsize_t: check whether we lose bitsThomas Rast2010-07-281-0/+2
* | | | | | | | | | | | Merge branch 'jc/sha1-name-find-fix' into maintJunio C Hamano2010-08-191-10/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sha1_name.c: fix parsing of ":/token" syntaxJunio C Hamano2010-08-021-10/+11
* | | | | | | | | | | | | Merge branch 'sp/fix-smart-http-deadlock-on-error' into maintJunio C Hamano2010-08-181-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | smart-http: Don't deadlock on server failureShawn O. Pearce2010-08-061-2/+3
* | | | | | | | | | | | | push: mention "git pull" in error message for non-fast forwardsMatthieu Moy2010-08-121-2/+2
* | | | | | | | | | | | | Standardize do { ... } while (0) styleJonathan Nieder2010-08-124-10/+10
* | | | | | | | | | | | | t/t7003: replace \t with literal tab in sed expressionBrandon Casey2010-08-121-1/+1
* | | | | | | | | | | | | index-pack: Don't follow replace refs.Nelson Elhage2010-08-122-0/+8
* | | | | | | | | | | | | post-receive-email: remove spurious commas in email subjectMatthieu Moy2010-08-111-1/+1
* | | | | | | | | | | | | fast-import: export correctly marks larger than 2^20-1Raja R Harinath2010-08-112-1/+58
* | | | | | | | | | | | | t/lib-git-svn.sh: use $PERL_PATH for perl, not perl from $PATHÆvar Arnfjörð Bjarmason2010-08-111-3/+2
* | | | | | | | | | | | | diff: strip extra "/" when stripping prefixJakub Narebski2010-08-112-2/+69
* | | | | | | | | | | | | gitweb: clarify search results page when no matching commit foundJonathan Nieder2010-08-091-4/+5
* | | | | | | | | | | | | Documentation: add a FILES section for show-refJonathan Nieder2010-08-091-1/+7
* | | | | | | | | | | | | Makefile: add missing dependency on http.hJonathan Nieder2010-08-091-1/+1
* | | | | | | | | | | | | Makefile: add missing dependencies on url.hJonathan Nieder2010-08-091-0/+1
* | | | | | | | | | | | | Documentation/git-log: Clarify --full-diffMichael J Gruber2010-08-091-0/+3
* | | | | | | | | | | | | git-rebase: fix typo when parsing --force-rebaseWilly Tarreau2010-08-091-1/+1
* | | | | | | | | | | | | imap-send: Fix sprintf usageÆvar Arnfjörð Bjarmason2010-08-091-4/+8
* | | | | | | | | | | | | prune: allow --dry-run for -n and --verbose for -vRené Scharfe2010-08-092-3/+4
* | | | | | | | | | | | | notes: allow --dry-run for -n and --verbose for -vRené Scharfe2010-08-092-2/+5
* | | | | | | | | | | | | Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -CMatthieu Moy2010-08-092-6/+31
* | | | | | | | | | | | | Documentation: cite git-am from git-applyBrad King2010-08-091-0/+10
* | | | | | | | | | | | | t7003: fix subdirectory-filter testThomas Rast2010-08-091-1/+2
* | | | | | | | | | | | | Allow "check-ref-format --branch" from subdirectoryJonathan Nieder2010-08-062-0/+19
* | | | | | | | | | | | | check-ref-format: handle subcommands in separate functionsJonathan Nieder2010-08-061-17/+25
* | | | | | | | | | | | | pretty-options.txt: match --format's documentation with implementation.Matthieu Moy2010-08-051-1/+1
* | | | | | | | | | | | | Merge branch 'sv/maint-diff-q-clear-fix' into maintJunio C Hamano2010-08-031-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix DIFF_QUEUE_CLEAR refactoringJunio C Hamano2010-08-021-1/+0
* | | | | | | | | | | | | | Merge branch 'rr/svn-fe' into maintJunio C Hamano2010-08-033-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | contrib/svn-fe: Add the svn-fe target to .gitignoreRamkumar Ramachandra2010-08-031-0/+1
| * | | | | | | | | | | | | | contrib/svn-fe: Fix IncludePathRamkumar Ramachandra2010-08-032-2/+2
* | | | | | | | | | | | | | | Merge branch 'pt/git-gui' into maintJunio C Hamano2010-08-039-33/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \