summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | diff.c: make built-in hunk header pattern a separate tableJunio C Hamano2007-07-081-6/+16
* | gitweb: make "No commits" in project list gray, not bold greenMatt McCutchen2007-07-072-0/+7
* | gitweb: make search form generate pathinfo-style URLsMatt McCutchen2007-07-071-3/+9
* | gitweb: prefer git_get_project_owner() over get_file_owner()Miklos Vajna2007-07-071-2/+2
* | gitweb: make repeated calls to git_get_project_owner() bearableJunio C Hamano2007-07-071-8/+20
* | Merge branch 'js/stash'Junio C Hamano2007-07-072-1/+89
|\ \
| * | Teach git-stash to "apply --index"Johannes Schindelin2007-07-062-1/+89
* | | Merge branch 'jc/diff-mark'Junio C Hamano2007-07-0714-63/+336
|\ \ \
| * | | diff: honor binariness specified in attributesJunio C Hamano2007-07-072-5/+21
| * | | Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano2007-07-073-71/+84
| * | | Per-path attribute based hunk header selection.Junio C Hamano2007-07-067-15/+256
| * | | Future-proof source for changes in xdemitconf_tJohannes Schindelin2007-07-066-10/+10
| * | | Introduce diff_filespec_is_binary()Junio C Hamano2007-07-063-36/+39
| |/ /
* | | Merge branch 'maint'Junio C Hamano2007-07-072-1/+11
|\ \ \ | | |/ | |/|
| * | Fix "apply --reverse" with regard to whitespaceJohannes Schindelin2007-07-072-1/+11
* | | diff-lib.c: don't strdup twiceRené Scharfe2007-07-071-1/+1
* | | git-branch: default to --trackJohannes Schindelin2007-07-061-1/+1