summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add core.pager config variable.Brian Gernhardt2007-07-045-0/+13
* git-submodule: Fix two instances of the same typoCJ van den Berg2007-07-041-2/+2
* Merge branch 'maint'Junio C Hamano2007-07-036-4/+29
|\
| * Document -<n> for git-format-patchMiklos Vajna2007-07-031-0/+3
| * glossary: add 'reflog'Johannes Schindelin2007-07-031-0/+6
| * diff --no-index: fix --name-status with added filesJohannes Schindelin2007-07-033-1/+7
| * Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too longJim Meyering2007-07-031-3/+13
* | filter-branch: add a test for the commit removal exampleJohannes Schindelin2007-07-031-0/+35
* | fsck --lost-found writes to subdirectories in .git/lost-found/Jonas Fonseca2007-07-031-2/+2
* | Add diff-option --ext-diffJohannes Schindelin2007-07-032-0/+12
* | Document git-filter-branchJohannes Schindelin2007-07-033-184/+266
* | stash: end commit log with a newlineUwe Kleine-König2007-07-031-1/+1
* | Update draft Release Notes for 1.5.3Junio C Hamano2007-07-032-15/+47
* | Mark disused commit walkers officially deprecated.v1.5.3-rc0Junio C Hamano2007-07-023-0/+6
* | git-stash: make "save" the default action again.Junio C Hamano2007-07-022-6/+7
* | Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02142-2094/+2094
* | Start deprecating "git-command" in favor of "git command"Linus Torvalds2007-07-023-2/+19
* | Merge branch 'jo/init'Junio C Hamano2007-07-024-8/+16
|\ \
| * | Quiet the output from git-init when cloning, if requested.Jeffrey C. Ollie2007-06-271-1/+1
| * | Add an option to quiet git-init.Jeffrey C. Ollie2007-06-273-7/+15
* | | git-fsck: add --lost-found optionJohannes Schindelin2007-07-023-1/+62
* | | Merge branch 'maint'Junio C Hamano2007-07-021-1/+1
|\ \ \ | | |/ | |/|
| * | Correctly document the name of the global excludes file configurationMichael Hendricks2007-07-021-1/+1
* | | format-patch: Add format.subjectprefix config optionAdam Roben2007-07-026-3/+76
* | | Test 'git add' for unmerged entries when core.symlinks=false.Johannes Sixt2007-07-021-10/+17
* | | "git-push $URL" without refspecs pushes only matching branchesJunio C Hamano2007-07-021-0/+7
* | | Merge branch 'maint'Junio C Hamano2007-07-021-0/+20
|\ \ \ | |/ /
| * | Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins2007-07-021-0/+20
* | | Merge branch 'ew/svn'Junio C Hamano2007-07-022-9/+152
|\ \ \
| * | | git-svn: allow dcommit to retain local merge informationEric Wong2007-06-132-9/+152
* | | | Merge branch 'ns/stash'Junio C Hamano2007-07-025-1/+330
|\ \ \ \
| * | | | Documentation: quote {non-attributes} for asciidocJeff King2007-07-011-4/+4
| * | | | git-stash: don't complain when listing in a repo with no stashJeff King2007-07-011-0/+5
| * | | | git-stash: fix "can't shift that many" with no argumentsJeff King2007-07-011-1/+1
| * | | | git-stash: fix "no arguments" case in documentationJeff King2007-07-011-2/+2
| * | | | git-stash: require "save" to be explicit and update documentationJunio C Hamano2007-07-012-31/+30
| * | | | Document git-stashしらいしななこ2007-06-302-0/+163
| * | | | Add git-stash scriptしらいしななこ2007-06-303-1/+163
* | | | | Merge branch 'js/rebase'Junio C Hamano2007-07-028-33/+746
|\ \ \ \ \
| * | | | | Teach rebase -i about --preserve-mergesJohannes Schindelin2007-06-263-4/+151
| * | | | | rebase -i: provide reasonable reflog for the rebased branchJohannes Schindelin2007-06-262-2/+12
| * | | | | rebase -i: several cleanupsJohannes Schindelin2007-06-262-4/+17
| * | | | | ignore git-rebase--interactiveMatthias Lederhofer2007-06-261-0/+1
| * | | | | Teach rebase an interactive modeJohannes Schindelin2007-06-245-5/+546
| * | | | | Move the pick_author code to git-sh-setupJohannes Schindelin2007-06-242-28/+29
* | | | | | Merge branch 'jc/diffcore'Junio C Hamano2007-07-026-23/+76
|\ \ \ \ \ \
| * | | | | | diffcore-delta.c: Ignore CR in CRLF for text filesJunio C Hamano2007-06-302-3/+44
| * | | | | | diffcore-delta.c: update the comment on the algorithm.Junio C Hamano2007-06-301-12/+9
| * | | | | | diffcore_filespec: add is_binaryJunio C Hamano2007-06-302-0/+17
| * | | | | | diffcore_count_changes: pass diffcore_filespecJunio C Hamano2007-06-304-10/+8
| | |/ / / / | |/| | | |