Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-svn.txt: Fix location of parent argument | Tuomas Suutari | 2009-08-18 | 1 | -3/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2009-08-18 | 2 | -2/+20 |
|\ | |||||
| * | filter-branch: add an example how to add ACKs to a range of commits | Johannes Schindelin | 2009-08-18 | 1 | -0/+10 |
| * | docs: describe impact of repack on "clone -s" | Jeff King | 2009-08-17 | 1 | -2/+10 |
* | | Merge branch 'jc/maint-clean-nested-dir-safety' | Junio C Hamano | 2009-08-16 | 1 | -0/+3 |
|\ \ | |||||
| * | | clean: require double -f options to nuke nested git repository and work tree | Junio C Hamano | 2009-07-29 | 1 | -0/+3 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-08-12 | 10 | -11/+97 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-12 | 8 | -10/+10 |
| |\ \ | |||||
| | * | | Change mentions of "git programs" to "git commands" | Ori Avtalion | 2009-08-12 | 7 | -9/+9 |
| | * | | Documentation: merge: one <remote> is required | Paul Bolle | 2009-08-12 | 1 | -1/+1 |
| * | | | push: point to 'git pull' and 'git push --force' in case of non-fast forward | Matthieu Moy | 2009-08-12 | 1 | -0/+86 |
| * | | | Documentation: add: <filepattern>... is optional | Paul Bolle | 2009-08-12 | 1 | -1/+1 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-10 | 2 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-10 | 2 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix typos in git-remote.txt and git-symbolic-ref.txt | Štěpán Němec | 2009-08-10 | 2 | -4/+4 |
* | | | | Merge branch 'np/maint-limit-delta-cache' | Junio C Hamano | 2009-08-10 | 1 | -3/+11 |
|\ \ \ \ | |||||
| * | | | | don't let the delta cache grow unbounded in 'git repack' | Nicolas Pitre | 2009-08-05 | 1 | -3/+11 |
| |/ / / | |||||
* | | | | Merge branch 'mk/grep-max-depth' | Junio C Hamano | 2009-08-10 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | grep: Add --max-depth option. | Michał Kiedrowicz | 2009-07-22 | 1 | -0/+5 |
* | | | | | Merge branch 'js/run-command-updates' | Junio C Hamano | 2009-08-10 | 1 | -3/+28 |
|\ \ \ \ \ | |||||
| * | | | | | api-run-command.txt: describe error behavior of run_command functions | Johannes Sixt | 2009-08-08 | 1 | -3/+28 |
* | | | | | | Document 'stash clear' recovery via unreachable commits | Thomas Rast | 2009-08-09 | 1 | -1/+16 |
* | | | | | | git-ls-files.txt: clarify what "other files" mean for --other | Matthieu Moy | 2009-08-06 | 1 | -1/+1 |
* | | | | | | git-tag(1): Refer to git-check-ref-format(1) for <name> | Jari Aalto | 2009-08-06 | 1 | -1/+4 |
* | | | | | | git-rev-list.txt: Clarify the use of multiple revision arguments | Junio C Hamano | 2009-08-06 | 1 | -8/+14 |
* | | | | | | Merge branch 'sb/read-tree' | Junio C Hamano | 2009-08-05 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | read-tree: migrate to parse-options | Stephen Boyd | 2009-06-27 | 1 | -1/+4 |
* | | | | | | | Merge branch 'sb/parse-options' | Junio C Hamano | 2009-08-05 | 2 | -2/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | prune-packed: migrate to parse-options | Stephen Boyd | 2009-07-10 | 1 | -1/+3 |
| * | | | | | | | verify-pack: migrate to parse-options | Stephen Boyd | 2009-07-10 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'ns/init-mkdir' | Junio C Hamano | 2009-08-05 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git init: optionally allow a directory argument | Nanako Shiraishi | 2009-07-25 | 1 | -1/+4 |
* | | | | | | | | | Merge branch 'mk/init-db-parse-options' | Junio C Hamano | 2009-08-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | init-db: migrate to parse-options | Michał Kiedrowicz | 2009-07-12 | 1 | -1/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Documentation: git submodule: add missing options to synopsis | Jens Lehmann | 2009-08-05 | 1 | -2/+2 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | git-merge-base/git-show-branch --merge-base: Documentation and test | Michael J Gruber | 2009-08-05 | 2 | -3/+9 |
* | | | | | | | | git-merge-base/git-show-branch: Cleanup documentation and usage | Michael J Gruber | 2009-08-05 | 2 | -4/+6 |
* | | | | | | | | technical-docs: document tree-walking API | Stephen Boyd | 2009-08-03 | 1 | -7/+140 |
* | | | | | | | | Fix typos on pt_BR/gittutorial.txt translation | André Goddard Rosa | 2009-07-31 | 1 | -73/+69 |
* | | | | | | | | Documentation: git-send-email: correct statement about standard ports | Wesley J. Landaker | 2009-07-31 | 1 | -2/+3 |
* | | | | | | | | Documentation: git-send-email: fix submission port number | Wesley J. Landaker | 2009-07-31 | 1 | -1/+1 |
* | | | | | | | | git fast-export: add --no-data option | Geoffrey Irving | 2009-07-31 | 1 | -0/+8 |
* | | | | | | | | Translate the tutorial to Brazillian Portuguese | Thadeu Lima de Souza Cascardo | 2009-07-29 | 1 | -0/+679 |
* | | | | | | | | Start 1.6.5 cycle | Junio C Hamano | 2009-07-29 | 1 | -0/+51 |
|/ / / / / / / | |||||
* | | | | | | | GIT 1.6.4v1.6.4 | Junio C Hamano | 2009-07-29 | 2 | -6/+14 |
* | | | | | | | Sync with 1.6.3.4 | Junio C Hamano | 2009-07-29 | 2 | -1/+38 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | GIT 1.6.3.4v1.6.3.4 | Junio C Hamano | 2009-07-28 | 1 | -0/+36 |
| * | | | | | | config.txt: document add.ignore-errors | Stephen Boyd | 2009-07-28 | 1 | -0/+5 |
* | | | | | | | Update the documentation of the raw diff output format | David Kågedal | 2009-07-28 | 5 | -9/+10 |