summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/describe-long'Junio C Hamano2008-03-033-1/+21
|\
| * git-describe: --long shows the object name even for a tagged commitSanti Béjar2008-02-263-1/+21
* | Merge branch 'ew/maint-svn-cert-fileprovider'Junio C Hamano2008-03-030-0/+0
|\ \
| * | git-svn: Don't prompt for client cert password everytime.Sebastian Noack2008-02-271-0/+1
* | | Merge branch 'js/maint-daemon'Junio C Hamano2008-03-031-5/+13
|\ \ \
| * | | daemon: ensure that base-path is an existing directoryJohannes Sixt2008-02-271-0/+8
| * | | daemon: send more error messages to the syslogJohannes Sixt2008-02-271-5/+5
| |/ /
* | | Documentation: Remove --{min,max}-age option from git-log(1)Jakub Narebski2008-03-021-0/+2
* | | cleanup: remove unused git_checkout_configDenis Cheng2008-03-021-6/+1
* | | Fix make_absolute_path() for parameters without a slashJohannes Schindelin2008-03-022-1/+5
* | | diff: make sure work tree side is shown as 0{40} when differentJunio C Hamano2008-03-022-5/+55
* | | diff-lib.c: constness strengtheningJunio C Hamano2008-03-021-7/+6
* | | Clean up find_unique_abbrev() callersJunio C Hamano2008-03-023-11/+3
* | | find_unique_abbrev(): redefine semanticsJunio C Hamano2008-03-021-7/+6
* | | git rebase --abort: always restore the right commitMike Hommey2008-03-022-4/+3
* | | Documentation/git-rebase.txt: Add --strategy to synopsysMike Hommey2008-03-021-0/+1
* | | CodingGuidelines: spell out how we use grep in our scriptsJunio C Hamano2008-03-021-0/+12
* | | allow git-am to run in a subdirectoryJeff King2008-03-011-0/+2
* | | rename: warn user when we have turned off rename detectionJeff King2008-03-011-3/+4
* | | Add test for git rebase --abortMike Hommey2008-03-011-0/+59
* | | t6024: move "git reset" to prepare for a test inside the test itselfJunio C Hamano2008-03-011-1/+1
* | | gc: Add --quiet optionFrank Lichtenheld2008-03-012-1/+8
* | | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2008-03-015-45/+139
|\ \ \
| * \ \ Merge branch 'maint'Shawn O. Pearce2008-02-281-1/+1
| |\ \ \
| * \ \ \ Merge branch 'maint'Shawn O. Pearce2008-02-223-3/+25
| |\ \ \ \
| * | | | | git-gui: fix typo in lib/spellcheck.tclMichele Ballabio2008-02-221-1/+1
| * | | | | git-gui: Shorten Aspell version strings to just Aspell version numberShawn O. Pearce2008-02-211-0/+4
| * | | | | git-gui: Gracefully display non-aspell version errors to usersShawn O. Pearce2008-02-211-1/+25
| * | | | | git-gui: Catch and display aspell startup failures to the userShawn O. Pearce2008-02-211-4/+17
| * | | | | git-gui: Only bind the spellcheck popup suggestion hook onceShawn O. Pearce2008-02-211-1/+1
| * | | | | git-gui: Remove explicit references to 'aspell' in message stringsShawn O. Pearce2008-02-211-7/+7
| * | | | | git-gui: Ensure all spellchecker 'class' variables are initializedShawn O. Pearce2008-02-212-6/+11
| * | | | | Merge branch 'maint'Shawn O. Pearce2008-02-211-7/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'maint'Shawn O. Pearce2008-02-201-1/+1
| |\ \ \ \ \ \
| * | | | | | | git-gui: Update German translation.Christian Stimming2008-02-172-25/+49
| * | | | | | | git-gui: (i18n) Add newly added translation strings to template.Christian Stimming2008-02-172-6/+30
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-03-013-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation cherry-pick: Fix cut-and-paste errorMike Ralphson2008-03-011-1/+1
| * | | | | | | | git.el: find the git-status buffer whatever its name isRémi Vanicat2008-03-011-1/+1
| * | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2008-03-011-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | git-gui: Paper bag fix info dialog when no files are staged at commitgitgui-0.9.3Shawn O. Pearce2008-02-281-1/+1
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | clone: support cloning full bundlesSanti Béjar2008-03-012-7/+75
* | | | | | | | Update draft release notes for 1.5.5Junio C Hamano2008-02-291-9/+82
* | | | | | | | use build-time SHELL_PATH in test scriptsJeff King2008-02-294-3/+10
* | | | | | | | Write index file on any checkout of filesDaniel Barkalow2008-02-292-15/+67
* | | | | | | | rev-list: add --branches, --tags and --remotesUwe Kleine-König2008-02-293-3/+22
* | | | | | | | Improve t6029 to check the real "subtree" caseMiklos Vajna2008-02-291-0/+47
* | | | | | | | Use diff_tree() directly in making cover letterDaniel Barkalow2008-02-291-14/+11
* | | | | | | | Always use the current connection's remote ref list in git protocolDaniel Barkalow2008-02-291-4/+5
* | | | | | | | tests: introduce test_must_failJunio C Hamano2008-02-292-4/+21