summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | GIT 1.5.2.4v1.5.2.4Junio C Hamano2007-07-123-2/+30
| * | | | | | | | Teach read-tree 2-way merge to ignore intermediate symlinksJunio C Hamano2007-07-122-0/+53
| * | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-07-127-18/+60
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}gitgui-0.7.5Shawn O. Pearce2007-07-121-1/+12
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | git-gui: Don't linewrap within console windowsShawn O. Pearce2007-07-091-0/+4
| | * | | | | | git-gui: Correct ls-tree buffering problem in browserShawn O. Pearce2007-07-091-9/+13
| | | |_|_|_|/ | | |/| | | |
| | * | | | | git-gui: Skip nicknames when selecting author initialsShawn O. Pearce2007-07-081-0/+4
| | | |_|_|/ | | |/| | |
| | * | | | git-gui: Ensure windows shortcuts always have .bat extensionShawn O. Pearce2007-07-061-0/+6
| | * | | | git-gui: Include a Push action on the left toolbarShawn O. Pearce2007-07-061-0/+4
| | * | | | git-gui: Bind M1-P to push actionShawn O. Pearce2007-07-061-1/+6
| | * | | | git-gui: Don't bind F5/M1-R in all windowsShawn O. Pearce2007-07-061-3/+3
| | | |_|/ | | |/| |
| | * | | git-gui: Unlock the index when cancelling merge dialogShawn O. Pearce2007-07-041-1/+3
| | | |/ | | |/|
| | * | git-gui: properly popup error if gitk should be started but is not installedGerrit Pape2007-06-301-3/+5
* | | | Re-code builtin-branch.c in UTF-8Junio C Hamano2007-07-111-1/+1
* | | | Function stripspace now gets a buffer instead file descriptors.Carlos Rica2007-07-112-25/+38
* | | | Pack information toolBrian Downing2007-07-111-0/+212
* | | | branch --track: code cleanup and saner handling of local branchesJohannes Schindelin2007-07-114-132/+69
* | | | Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin2007-07-113-18/+51
* | | | t7004: Add tests for the git tag -n option.Carlos Rica2007-07-111-1/+201
* | | | t0030: Add tests with consecutive text lines and others with spaces added.Carlos Rica2007-07-111-0/+51
* | | | t0030: Remove repeated instructions and add missing &&Carlos Rica2007-07-111-24/+13
* | | | Fix --cherry-pick with given pathsJohannes Schindelin2007-07-112-2/+50
* | | | Fix core.sharedRepository = 2Johannes Schindelin2007-07-113-0/+33
* | | | gitweb: configurable width for the projects list Description columnMichael Hendricks2007-07-111-1/+4
* | | | Merge branch 'bd/delta'Junio C Hamano2007-07-091-1/+7
|\ \ \ \
| * | | | pack-objects: Prefer shallower deltas if the size is equalBrian Downing2007-07-081-1/+7
* | | | | Some cosmetic changes to remote libraryDaniel Barkalow2007-07-091-10/+11
* | | | | Add allocation and freeing functions for struct refsDaniel Barkalow2007-07-093-4/+30
* | | | | Makefile: rebuild git.o on version change, clean up git$X flagsMatt McCutchen2007-07-091-3/+2
* | | | | rerere: record resolution even if file is not in merge baseJohannes Schindelin2007-07-092-15/+46
* | | | | Support wholesale directory renames in fast-importShawn O. Pearce2007-07-093-19/+168
* | | | | Merge branch 'maint'Shawn O. Pearce2007-07-091-3/+5
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Clarify documentation of fast-import's D subcommandShawn O. Pearce2007-07-091-3/+5
* | | | Revert 88494423 (removal of duplicate parents in the output codepath)Junio C Hamano2007-07-081-13/+1
* | | | revision.c: remove duplicated parents after history simplificationJunio C Hamano2007-07-081-0/+20
* | | | Document custom hunk header selectionJunio C Hamano2007-07-081-4/+51
* | | | Merge branch 'maint'Junio C Hamano2007-07-082-6/+23
|\ \ \ \ | |/ / /
| * | | user-manual: fix directory name in git-archive exampleWilliam Pursell2007-07-081-1/+1
| * | | user-manual: more explanation of push and pull usageJ. Bruce Fields2007-07-081-1/+18
| * | | tutorial: Fix typoJ. Bruce Fields2007-07-081-1/+1
| * | | user-manual: grammar and style fixesAndy Parkins2007-07-081-3/+3
* | | | rebase -i: put a nice warning into the todo listJohannes Schindelin2007-07-081-0/+3
* | | | rebase -i: remember the settings of -v, -s and -p when interruptedJohannes Schindelin2007-07-082-0/+14
* | | | rebase -i: actually show the diffstat when being verboseJohannes Schindelin2007-07-081-4/+4
* | | | rebase -i: handle --continue more like non-interactive rebaseJohannes Schindelin2007-07-082-10/+32
* | | | t7004: Skip tests for signed tags in an old version of gpg.Carlos Rica2007-07-081-0/+11
* | | | Fix merge-one-file for our-side-added/our-side-removed casesJunio C Hamano2007-07-081-4/+6
* | | | git-commit: don't add multiple Signed-off-by: from the same identityGerrit Pape2007-07-081-9/+11
* | | | branch.autosetupmerge: allow boolean values, or "all"Johannes Schindelin2007-07-084-9/+28
* | | | git-stash: try reusing cached stat info as much as possibleJunio C Hamano2007-07-081-3/+3