| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | git-gui: Correctly report failures from git-write-tree | Shawn O. Pearce | 2007-10-20 | 1 | -1/+1 |
| * | git-gui: accept versions containing text annotations, like 1.5.3.mingw.1 | Steffen Prohaska | 2007-10-07 | 1 | -0/+1 |
| * | git-gui: Don't crash when starting gitk from a browser session | Shawn O. Pearce | 2007-10-03 | 1 | -2/+8 |
| * | git-gui: Allow gitk to be started on Cygwin with native Tcl/Tk | Shawn O. Pearce | 2007-10-03 | 1 | -0/+20 |
| * | git-gui: Ensure .git/info/exclude is honored in Cygwin workdirs | Shawn O. Pearce | 2007-09-21 | 1 | -3/+31 |
| * | git-gui: Handle starting on mapped shares under Cygwin | Shawn O. Pearce | 2007-09-21 | 1 | -1/+1 |
| * | git-gui: Display message box when we cannot find git in $PATH | Shawn O. Pearce | 2007-09-21 | 1 | -1/+5 |
| * | git-gui: Avoid using bold text in entire gui for some fonts | Simon Sasburg | 2007-09-20 | 1 | -1/+1 |
* | | Improve receive-pack error message about funny ref creation | Joakim Tjernlund | 2007-10-20 | 1 | -1/+1 |
* | | fast-import: Fix argument order to die in file_change_m | Julian Phillips | 2007-10-20 | 1 | -1/+1 |
* | | gitk.txt: Fix markup. | Ralf Wildenhues | 2007-10-19 | 1 | -1/+1 |
* | | send-pack: respect '+' on wildcard refspecs | Jeff King | 2007-10-19 | 2 | -0/+50 |
* | | Paper bag fix diff invocation in 'git stash show' | Shawn O. Pearce | 2007-10-19 | 1 | -1/+1 |
* | | Further 1.5.3.5 fixes described in release notes | Shawn O. Pearce | 2007-10-19 | 1 | -3/+13 |
* | | Avoid invoking diff drivers during git-stash | Shawn O. Pearce | 2007-10-18 | 1 | -3/+3 |
* | | attr: fix segfault in gitattributes parsing code | Steffen Prohaska | 2007-10-18 | 2 | -1/+11 |
* | | Define NI_MAXSERV if not defined by operating system | Patrick Welche | 2007-10-18 | 1 | -0/+4 |
* | | Ensure we add directories in the correct order | Alex Bennee | 2007-10-18 | 1 | -0/+11 |
* | | Avoid scary errors about tagged trees/blobs during git-fetch | Linus Torvalds | 2007-10-18 | 1 | -1/+1 |
* | | Yet more 1.5.3.5 fixes mentioned in release notes | Shawn O. Pearce | 2007-10-18 | 1 | -0/+8 |
* | | cvsserver: Use exit 1 instead of die when req_Root fails. | Brian Gernhardt | 2007-10-18 | 1 | -2/+4 |
* | | git-blame shouldn't crash if run in an unmerged tree | Linus Torvalds | 2007-10-18 | 2 | -0/+75 |
* | | git-config: print error message if the config file cannot be read | Gerrit Pape | 2007-10-18 | 1 | -1/+4 |
* | | fixing output of non-fast-forward output of post-receive-email | Robert Schiele | 2007-10-18 | 1 | -1/+1 |
* | | Document additional 1.5.3.5 fixes in release notes | Shawn O. Pearce | 2007-10-16 | 1 | -0/+15 |
* | | Avoid 'expr index' on Mac OS X as it isn't supported | Shawn O. Pearce | 2007-10-16 | 1 | -2/+1 |
* | | filter-branch: update current branch when rewritten | Johannes Schindelin | 2007-10-16 | 2 | -1/+18 |
* | | fix filter-branch documentation | Johannes Schindelin | 2007-10-16 | 1 | -2/+1 |
* | | helpful error message when send-pack finds no refs in common. | Andrew Clausen | 2007-10-16 | 1 | -1/+2 |
* | | Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE | Johannes Schindelin | 2007-10-16 | 2 | -1/+21 |
* | | Correct typos in release notes for 1.5.3.5 | Shawn O. Pearce | 2007-10-16 | 1 | -2/+2 |
* | | Whip post 1.5.3.4 maintenance series into shape. | Shawn O. Pearce | 2007-10-15 | 2 | -1/+26 |
* | | rebase -i: use diff plumbing instead of porcelain | Johannes Schindelin | 2007-10-15 | 1 | -2/+2 |
* | | Do not remove distributed configure script | Mathias Megyei | 2007-10-15 | 1 | -1/+4 |
* | | git-archive: document --exec | Michele Ballabio | 2007-10-15 | 1 | -1/+6 |
* | | git-reflog: document --verbose | Michele Ballabio | 2007-10-15 | 1 | -1/+4 |
* | | git-config: handle --file option with relative pathname properly | Gerrit Pape | 2007-10-15 | 1 | -2/+7 |
* | | clear_commit_marks(): avoid deep recursion | Johannes Schindelin | 2007-10-15 | 1 | -9/+14 |
* | | git add -i: Remove unused variables | Jean-Luc Herren | 2007-10-15 | 1 | -10/+6 |
* | | git add -i: Fix parsing of abbreviated hunk headers | Jean-Luc Herren | 2007-10-15 | 1 | -6/+5 |
* | | git-config: don't silently ignore options after --list | Frank Lichtenheld | 2007-10-15 | 1 | -1/+4 |
* | | Clean up "git log" format with DIFF_FORMAT_NO_OUTPUT | Linus Torvalds | 2007-10-15 | 3 | -3/+3 |
* | | Fix embarrassing "git log --follow" bug | Linus Torvalds | 2007-10-15 | 1 | -2/+2 |
* | | GIT 1.5.3.4v1.5.3.4 | Junio C Hamano | 2007-10-03 | 2 | -11/+18 |
* | | Add test case for ls-files --with-tree | Carl Worth | 2007-10-03 | 1 | -0/+71 |
* | | Must not modify the_index.cache as it may be passed to realloc at some point. | Keith Packard | 2007-10-02 | 1 | -1/+2 |
* | | the ar tool is called gar on some systems | Robert Schiele | 2007-10-02 | 1 | -1/+1 |
* | | rename diff_free_filespec_data_large() to diff_free_filespec_blob() | Junio C Hamano | 2007-10-02 | 3 | -5/+5 |
* | | diffcore-rename: cache file deltas | Jeff King | 2007-10-02 | 3 | -4/+11 |
* | | Mention 'cpio' dependency in INSTALL | Johan Herland | 2007-10-02 | 1 | -0/+3 |