Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cb/match_refs_internal_tail' | Junio C Hamano | 2009-06-13 | 6 | -29/+23 |
|\ | |||||
| * | match_refs: search ref list tail internally | Clemens Buchacher | 2009-06-01 | 6 | -29/+23 |
* | | Merge branch 'nw/maint-cvsexportcommit' | Junio C Hamano | 2009-06-13 | 2 | -14/+53 |
|\ \ | |||||
| * | | git-cvsexportcommit can't commit files which have been removed from CVS | Nick Woolley | 2009-05-28 | 2 | -14/+53 |
* | | | Merge branch 'da/araxis-mergetool' | Junio C Hamano | 2009-06-13 | 5 | -6/+27 |
|\ \ \ | |||||
| * | | | mergetool--lib: add support for araxis merge | David Aguilar | 2009-05-24 | 5 | -6/+27 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-11 | 2 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | Documentation: git-send-mail can take rev-list arg to drive format-patch | Paolo Bonzini | 2009-06-11 | 1 | -0/+4 |
| * | | | | Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maint | Junio C Hamano | 2009-06-11 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | rebase--interactive: remote stray closing parenthesis | Uwe Kleine-König | 2009-06-11 | 1 | -1/+1 |
* | | | | | | parse-options: add parse_options_check to validate option specs. | Pierre Habouzit | 2009-06-10 | 1 | -0/+24 |
* | | | | | | git-repack.txt: Clarify implications of -a for dumb protocols | Michael J Gruber | 2009-06-09 | 1 | -2/+5 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-09 | 3 | -4/+10 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | diff.c: plug a memory leak in an error path | Johannes Sixt | 2009-06-08 | 1 | -0/+1 |
| * | | | | | fetch-pack: close output channel after sideband demultiplexer terminates | Johannes Sixt | 2009-06-08 | 1 | -1/+3 |
| * | | | | | builtin-remote: Make "remote show" display all urls | Michael J Gruber | 2009-06-08 | 1 | -3/+6 |
* | | | | | | bash: add support for 'git stash pop --index' option | SZEDER Gábor | 2009-06-09 | 1 | -2/+2 |
* | | | | | | Documentation: mention 'git stash pop --index' option explicitly | SZEDER Gábor | 2009-06-09 | 2 | -10/+10 |
* | | | | | | Simplify some 'fprintf(stderr); return -1;' by using 'return error()' | Johannes Sixt | 2009-06-09 | 1 | -10/+6 |
* | | | | | | Simplify some instances of run_command() by using run_command_v_opt(). | Johannes Sixt | 2009-06-09 | 3 | -45/+18 |
* | | | | | | show-branch: don't use LASTARG_DEFAULT with OPTARG | Stephen Boyd | 2009-06-09 | 2 | -4/+6 |
* | | | | | | send-email: use UTF-8 rather than utf-8 for consistency | Brandon Casey | 2009-06-09 | 2 | -6/+6 |
* | | | | | | git-send-email.perl: improve detection of MIME encoded-words | Brandon Casey | 2009-06-09 | 1 | -1/+9 |
* | | | | | | symlinks.c: small style cleanup | Kjetil Barvik | 2009-06-07 | 1 | -4/+2 |
* | | | | | | Makefile: test-parse-options depends on parse-options.h | Junio C Hamano | 2009-06-07 | 1 | -0/+2 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-06 | 4 | -6/+18 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Documentation: refer to gitworkflows(7) from tutorial and git(1) | Thomas Rast | 2009-06-06 | 2 | -1/+8 |
| * | | | | | daemon: Strictly parse the "extra arg" part of the command | Shawn O. Pearce | 2009-06-06 | 2 | -5/+10 |
* | | | | | | Documentation/git.txt: update links to release notes | Junio C Hamano | 2009-06-03 | 1 | -1/+6 |
* | | | | | | Merge branch 'maint' to sync with 1.6.3.2 | Junio C Hamano | 2009-06-03 | 2 | -8/+10 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | GIT 1.6.3.2v1.6.3.2 | Junio C Hamano | 2009-06-03 | 2 | -8/+6 |
| * | | | | | grep: fix empty word-regexp matches | René Scharfe | 2009-06-03 | 1 | -1/+5 |
* | | | | | | Show presence of stashed changes in bash prompt. | Daniel Trstenjak | 2009-06-03 | 1 | -2/+10 |
* | | | | | | Merge branch 'da/pretty-tempname' | Junio C Hamano | 2009-06-03 | 10 | -1/+177 |
|\ \ \ \ \ \ | |||||
| * | | | | | | diff: generate pretty filenames in prep_temp_blob() | David Aguilar | 2009-05-31 | 4 | -1/+38 |
| * | | | | | | compat: add a basename() compatibility function | David Aguilar | 2009-05-31 | 5 | -0/+37 |
| * | | | | | | compat: add a mkstemps() compatibility function | David Aguilar | 2009-05-31 | 5 | -0/+102 |
* | | | | | | | Clean up and simplify rev_compare_tree() | Linus Torvalds | 2009-06-03 | 2 | -23/+15 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-03 | 7 | -39/+82 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | blame: correctly handle a path that used to be a directory | Junio C Hamano | 2009-06-03 | 2 | -8/+33 |
| * | | | | | | add -i: do not dump patch during application | Thomas Rast | 2009-06-03 | 1 | -1/+0 |
| * | | | | | | Update draft release notes for 1.6.3.2 | Junio C Hamano | 2009-06-02 | 1 | -14/+26 |
| * | | | | | | Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maint | Junio C Hamano | 2009-06-02 | 2 | -16/+21 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Change xdl_merge to generate output even for null merges | Charles Bailey | 2009-05-24 | 2 | -17/+16 |
| | * | | | | | | t6023: merge-file fails to output anything for a degenerate merge | Charles Bailey | 2009-05-24 | 1 | -0/+6 |
| * | | | | | | | Merge branch 'rs/maint-grep-word-regexp-fix' into maint | Junio C Hamano | 2009-06-02 | 2 | -1/+11 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | grep: fix colouring of matches with zero length | René Scharfe | 2009-06-01 | 1 | -0/+2 |
| * | | | | | | | | Merge branch 'sb/maint-1.6.2-opt-filename-fix' into maint | Junio C Hamano | 2009-06-02 | 6 | -0/+93 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-add-p-coalesce-fix' into maint | Junio C Hamano | 2009-06-02 | 2 | -1/+133 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'tr/maint-doc-stash-pop' into maint | Junio C Hamano | 2009-06-02 | 2 | -16/+18 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |