Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Finish current packfile during fast-import crash handler | Shawn O. Pearce | 2008-02-16 | 1 | -0/+7 | |
* | | | | | | | | Include the fast-import marks table in crash reports | Shawn O. Pearce | 2008-02-16 | 1 | -0/+10 | |
* | | | | | | | | Include annotated tags in fast-import crash reports | Shawn O. Pearce | 2008-02-16 | 1 | -0/+13 | |
* | | | | | | | | git-help--browse: improve browser support under OS X | Jay Soffian | 2008-02-16 | 1 | -2/+6 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-16 | 18 | -58/+143 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | commit: discard index after setting up partial commit | Jeff King | 2008-02-16 | 2 | -0/+25 | |
| * | | | | | | | filter-branch: handle filenames that need quoting | Junio C Hamano | 2008-02-15 | 2 | -4/+19 | |
| * | | | | | | | diff: Fix miscounting of --check output | Junio C Hamano | 2008-02-15 | 2 | -2/+11 | |
| * | | | | | | | hg-to-git: fix parent analysis | Stelian Pop | 2008-02-15 | 1 | -1/+1 | |
| * | | | | | | | mailinfo: feed only one line to handle_filter() for QP input | Jay Soffian | 2008-02-15 | 6 | -1/+45 | |
| * | | | | | | | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver" | Christian Couder | 2008-02-15 | 1 | -5/+2 | |
| * | | | | | | | Add "const" qualifier to "char *excludes_file". | Christian Couder | 2008-02-15 | 3 | -8/+4 | |
| * | | | | | | | Add "const" qualifier to "char *editor_program". | Christian Couder | 2008-02-15 | 3 | -8/+4 | |
| * | | | | | | | Add "const" qualifier to "char *pager_program". | Christian Couder | 2008-02-15 | 3 | -8/+4 | |
| * | | | | | | | config: add 'git_config_string' to refactor string config variables. | Christian Couder | 2008-02-15 | 2 | -13/+13 | |
| * | | | | | | | diff.c: remove useless check for value != NULL | Christian Couder | 2008-02-15 | 1 | -7/+2 | |
| * | | | | | | | fast-import: check return value from unpack_entry() | Shawn O. Pearce | 2008-02-15 | 1 | -0/+2 | |
| * | | | | | | | Validate nicknames of remote branches to prohibit confusing ones | Daniel Barkalow | 2008-02-15 | 1 | -1/+11 | |
| * | | | | | | | diff.c: replace a 'strdup' with 'xstrdup'. | Christian Couder | 2008-02-15 | 1 | -1/+1 | |
| * | | | | | | | diff.c: fixup garding of config parser from value=NULL | Junio C Hamano | 2008-02-15 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-13 | 10 | -24/+50 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | config: add test cases for empty value and no value config variables. | Christian Couder | 2008-02-13 | 1 | -0/+23 | |
| * | | | | | | | cvsimport: have default merge regex also match beginning of commit message | Gerrit Pape | 2008-02-13 | 1 | -1/+1 | |
| * | | | | | | | git clone -s documentation: force a new paragraph for the NOTE | Miklos Vajna | 2008-02-13 | 1 | -6/+7 | |
| * | | | | | | | status: suggest "git rm --cached" to unstage for initial commit | Jeff King | 2008-02-13 | 2 | -2/+11 | |
| * | | | | | | | Protect get_author_ident_from_commit() from filenames in work tree | Junio C Hamano | 2008-02-13 | 2 | -1/+23 | |
| * | | | | | | | upload-pack: Initialize the exec-path. | Johannes Sixt | 2008-02-13 | 1 | -0/+3 | |
| * | | | | | | | bisect: use verbatim commit subject in the bisect log | Johannes Schindelin | 2008-02-13 | 1 | -1/+1 | |
| * | | | | | | | git-cvsimport.txt: fix '-M' description. | Sergei Organov | 2008-02-13 | 1 | -2/+2 | |
| * | | | | | | | Revert "pack-objects: only throw away data during memory pressure" | Junio C Hamano | 2008-02-12 | 1 | -11/+2 | |
* | | | | | | | | Merge git://repo.or.cz/git-gui | Junio C Hamano | 2008-02-13 | 12 | -84/+618 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | git-gui: Automatically spell check commit messages as the user types | Shawn O. Pearce | 2008-02-12 | 4 | -1/+442 | |
| * | | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-02-12 | 2 | -5/+14 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | git-gui: support Git Gui.app under OS X 10.5 | Jay Soffian | 2008-02-12 | 2 | -5/+14 | |
| * | | | | | | | | git-gui: Update German translation. | Christian Stimming | 2008-02-03 | 1 | -40/+89 | |
| * | | | | | | | | git-gui: (i18n) Fix a bunch of still untranslated strings. | Christian Stimming | 2008-02-03 | 5 | -38/+73 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2008-02-13 | 1 | -51/+61 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | [PATCH] gitk: learn --show-all output | Linus Torvalds | 2008-02-13 | 1 | -7/+8 | |
| * | | | | | | | [PATCH] gitk: properly deal with tag names containing / (slash) | Gerrit Pape | 2008-02-12 | 1 | -5/+1 | |
| * | | | | | | | [PATCH] gitk: Add checkbutton to ignore space changes | Steffen Prohaska | 2008-02-12 | 1 | -0/+13 | |
| * | | | | | | | [PATCH] gitk: Fix "Key bindings" message | Michele Ballabio | 2008-02-12 | 1 | -39/+39 | |
* | | | | | | | | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR | Johan Herland | 2008-02-12 | 2 | -7/+6 | |
* | | | | | | | | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR | Johan Herland | 2008-02-12 | 1 | -1/+17 | |
* | | | | | | | | .mailmap: adjust to a recent patch application glitch. | Junio C Hamano | 2008-02-11 | 1 | -0/+1 | |
* | | | | | | | | Update the main documentation (stale notes section) | Junio C Hamano | 2008-02-11 | 1 | -1/+2 | |
* | | | | | | | | Merge branch 'db/no-separate-ls-remote-connection' (early part) | Junio C Hamano | 2008-02-11 | 6 | -56/+95 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix "git clone" for git:// protocol | Johannes Schindelin | 2008-02-09 | 1 | -8/+12 | |
| * | | | | | | | | Reduce the number of connects when fetching | Daniel Barkalow | 2008-02-05 | 5 | -48/+83 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'mw/send-email' | Junio C Hamano | 2008-02-11 | 2 | -27/+106 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | git-send-email: Better handling of EOF | Michael Witten | 2008-02-05 | 1 | -16/+28 |