summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2014-12-01for-each-ref: correct spelling of Tcl in option descriptionRalf Thielow
2014-12-01push: truly use "simple" as default, not "upstream"Jeff King
2014-12-01receive-pack: add another option for receive.denyCurrentBranchJohannes Schindelin
2014-12-01system_path(): always return free'able memory to the callerJunio C Hamano
2014-11-25git-mailinfo: add --message-idPaolo Bonzini
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty
2014-11-25prune_remote(): iterate using for_each_string_list_item()Michael Haggerty
2014-11-25prune_remote(): rename local variableMichael Haggerty
2014-11-25repack_without_refs(): make the refnames argument a string_listMichael Haggerty
2014-11-25prune_remote(): sort delete_refs_list references en masseMichael Haggerty
2014-11-25prune_remote(): initialize both delete_refs lists in a single loopMichael Haggerty
2014-11-25prune_remote(): exit early if there are no stale referencesMichael Haggerty
2014-11-21init-db: improve the filemode trustability checkTorsten Bögershausen
2014-11-21add: ignore only ignored filesMichael J Gruber
2014-11-20config: fix parsing of "git config --get-color some.key -1"Jeff King
2014-11-18builtin/push.c: fix description of --recurse-submodules optionRalf Thielow
2014-11-18create_default_files(): don't set u+x bit on $GIT_DIR/configMichael Haggerty
2014-11-17apply: fix typo in an error messageSlavomir Vlcek
2014-11-17cmd_config(): make a copy of path obtained from git_path()Michael Haggerty
2014-11-17use labs() for variables of type long instead of abs()René Scharfe
2014-11-13checkout $tree: do not throw away unchanged index entriesJeff King
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland
2014-11-12builtin/notes: split create_note() to clarify add vs. remove logicJohan Herland
2014-11-12builtin/notes: simplify early exit code in add()Johan Herland
2014-11-11Merge branch 'rs/clean-menu-item-defn' into maintJunio C Hamano
2014-11-10builtin/notes: refactor note file path into struct note_dataJohan Herland
2014-11-10builtin/notes: improve namingJohan Herland
2014-11-10builtin/notes: fix premature failure when trying to add the empty blobJohan Herland
2014-11-10use args member of struct child_processRené Scharfe
2014-11-10commit: make ignore_non_trailer() non staticChristian Couder
2014-11-10Merge branch 'jc/conflict-hint' into cc/interpret-trailers-moreJunio C Hamano
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-04fetch: load all default config at startupJeff King
2014-10-31Merge branch 'jc/push-cert'Junio C Hamano
2014-10-30get_merge_bases(): always clean-up object flagsJunio C Hamano
2014-10-29Merge branch 'jk/pack-objects-no-bitmap-when-splitting' into maintJunio C Hamano
2014-10-29Merge branch 'jk/prune-mtime'Junio C Hamano
2014-10-28receive-pack: avoid minor leak in case start_async() failsRené Scharfe
2014-10-28merge & sequencer: turn "Conflicts:" hint into a commentJunio C Hamano
2014-10-28builtin/commit.c: extract ignore_non_trailer() helper functionJunio C Hamano
2014-10-24Merge branch 'jc/push-cert'Junio C Hamano
2014-10-24Merge branch 'eb/no-pthreads'Junio C Hamano
2014-10-24Merge branch 'rs/run-command-env-array'Junio C Hamano
2014-10-24Merge branch 'jk/pack-objects-no-bitmap-when-splitting'Junio C Hamano
2014-10-24merge & sequencer: unify codepaths that write "Conflicts:" hintJunio C Hamano
2014-10-24builtin/merge.c: drop a parameter that is never usedJunio C Hamano
2014-10-24push: heed user.signingkey for signed pushesMichael J Gruber
2014-10-21Merge branch 'rs/ref-transaction'Junio C Hamano
2014-10-20Merge branch 'cc/interpret-trailers'Junio C Hamano
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano