Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Add a README in the contrib/emacs directory. | Alexandre Julliard | 2009-02-21 | 1 | -0/+39 | |
| * | | | | | git.el: Improve the confirmation message on remove and revert. | Alexandre Julliard | 2009-02-21 | 1 | -2/+6 | |
| * | | | | | git.el: Make sure that file lists are sorted as they are created. | Alexandre Julliard | 2009-02-21 | 1 | -13/+16 | |
* | | | | | | Support 'raw' date format | Linus Torvalds | 2009-02-20 | 3 | -2/+12 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2009-02-19 | 6 | -4/+38 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | More friendly message when locking the index fails. | Matthieu Moy | 2009-02-19 | 3 | -3/+17 | |
| * | | | | Document git blame --reverse. | Matthieu Moy | 2009-02-19 | 2 | -1/+8 | |
| * | | | | Documentation: Note file formats send-email accepts | Todd Zullinger | 2009-02-18 | 1 | -0/+13 | |
* | | | | | gitweb: Hyperlink multiple git hashes on the same commit message line | Marcel M. Cary | 2009-02-19 | 1 | -7/+5 | |
* | | | | | system_path(): simplify using strip_path_suffix(), and add suffix "git" | Johannes Schindelin | 2009-02-19 | 1 | -29/+4 | |
* | | | | | Introduce the function strip_path_suffix() | Johannes Schindelin | 2009-02-19 | 4 | -0/+47 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2009-02-18 | 6 | -4/+12 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | tests: fix "export var=val" | Junio C Hamano | 2009-02-18 | 2 | -3/+3 | |
| * | | | | Skip timestamp differences for diff --no-index | Michael Spang | 2009-02-18 | 3 | -0/+8 | |
| * | | | | Documentation/git-push: --all, --mirror, --tags can not be combined | Gerrit Pape | 2009-02-18 | 1 | -1/+1 | |
* | | | | | filter-branch -d: Export GIT_DIR earlier | Lars Noschinski | 2009-02-18 | 2 | -6/+18 | |
* | | | | | disallow providing multiple upstream branches to rebase, pull --rebase | Jay Soffian | 2009-02-18 | 2 | -0/+6 | |
* | | | | | git-svn: fix parsing of timestamp obtained from svn | Junio C Hamano | 2009-02-18 | 1 | -1/+1 | |
* | | | | | gitweb: Fix warnings with override permitted but no repo override | Marcel M. Cary | 2009-02-18 | 2 | -7/+27 | |
* | | | | | bash completion: only show 'log --merge' if merging | Thomas Rast | 2009-02-18 | 1 | -1/+6 | |
* | | | | | bash completion: refactor common log, shortlog and gitk options | Thomas Rast | 2009-02-18 | 1 | -15/+34 | |
* | | | | | gitweb: fix wrong base URL when non-root DirectoryIndex | Giuseppe Bilotta | 2009-02-16 | 2 | -8/+26 | |
* | | | | | bash: update 'git svn' options | SZEDER Gábor | 2009-02-16 | 1 | -6/+25 | |
* | | | | | bash: add missing 'git merge' options | SZEDER Gábor | 2009-02-16 | 1 | -0/+1 | |
* | | | | | git-svn: Fix for rewriteRoot URL containing username.v1.6.2-rc1 | Dévai Tamás | 2009-02-15 | 1 | -0/+1 | |
* | | | | | builtin-receive-pack.c: fix compiler warnings about format string | René Scharfe | 2009-02-15 | 1 | -2/+2 | |
* | | | | | RelNotes Update | Junio C Hamano | 2009-02-15 | 1 | -4/+26 | |
* | | | | | Merge branch 'mc/setup-cd-p' | Junio C Hamano | 2009-02-15 | 2 | -23/+10 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work tree | Marcel M. Cary | 2009-02-07 | 2 | -23/+10 | |
* | | | | | | Merge branch 'ff/submodule-no-fetch' | Junio C Hamano | 2009-02-15 | 2 | -4/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | submodule: add --no-fetch parameter to update command | Fabian Franz | 2009-02-07 | 2 | -4/+22 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'ms/mailmap' | Junio C Hamano | 2009-02-15 | 15 | -130/+644 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Move mailmap documentation into separate file | Marius Storm-Olsen | 2009-02-08 | 4 | -84/+94 | |
| * | | | | | | Change current mailmap usage to do matching on both name and email of author/... | Marius Storm-Olsen | 2009-02-08 | 5 | -51/+186 | |
| * | | | | | | Add map_user() and clear_mailmap() to mailmap | Marius Storm-Olsen | 2009-02-08 | 3 | -51/+236 | |
| * | | | | | | Add find_insert_index, insert_at_index and clear_func functions to string_list | Marius Storm-Olsen | 2009-02-08 | 2 | -4/+48 | |
| * | | | | | | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 2009-02-08 | 10 | -7/+147 | |
* | | | | | | | Merge branch 'jn/gitweb-committag' | Junio C Hamano | 2009-02-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | gitweb: Better regexp for SHA-1 committag match | Jakub Narebski | 2009-02-07 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'rc/http-push' | Junio C Hamano | 2009-02-15 | 2 | -2/+18 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | use a hash of the lock token as the suffix for PUT/MOVE | Tay Ray Chuan | 2009-02-15 | 2 | -2/+18 | |
* | | | | | | | | | Merge branch 'js/gc-prune' | Junio C Hamano | 2009-02-15 | 3 | -8/+59 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | gc: make --prune useful again by accepting an optional parameter | Johannes Schindelin | 2009-02-14 | 3 | -8/+59 | |
* | | | | | | | | | | Merge branch 'tr/abbrev-commit-no-ellipses' | Junio C Hamano | 2009-02-15 | 16 | -21/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | log: do not print ellipses with --abbrev-commit | Thomas Rast | 2009-02-13 | 16 | -21/+19 | |
* | | | | | | | | | | | Merge branch 'jc/branch-previous' | Junio C Hamano | 2009-02-15 | 4 | -20/+94 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Teach @{-1} to git merge | Junio C Hamano | 2009-02-13 | 2 | -3/+35 | |
| * | | | | | | | | | | | Teach the "@{-1} syntax to "git branch" | Junio C Hamano | 2009-02-13 | 3 | -17/+59 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | bash: fix misspelled 'git svn' option | SZEDER Gábor | 2009-02-14 | 1 | -1/+1 | |
* | | | | | | | | | | | t1500: more 'git rev-parse --git-dir' tests | SZEDER Gábor | 2009-02-14 | 1 | -3/+3 |